Update visudo.md #34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build README | |
on: | |
push: | |
branches: | |
- master | |
paths-ignore: | |
- README.md | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repo | |
uses: actions/checkout@v2 | |
with: | |
# necessary for github-action-til-autoformat-readme | |
fetch-depth: 0 | |
- name: Autoformat README | |
uses: cflynn07/github-action-til-autoformat-readme@1.2.0 | |
with: | |
description: | | |
Useful little things I have learned | |
footer: | | |
# list_most_recent: 2 # optional, lists most recent TILS below description | |
# date_format: "2020 Jan 15:04" # optional, must align to https://golang.org/pkg/time/#Time.Format |