Skip to content

Merge branch 'main' of https://github.com/suzieep/TIL #53

Merge branch 'main' of https://github.com/suzieep/TIL

Merge branch 'main' of https://github.com/suzieep/TIL #53

Workflow file for this run

name: Build README
on:
push:
branches:
- main
paths-ignore:
- README.md
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
with:
# necessary for github-action-til-autoformat-readme
fetch-depth: 0
- name: Autoformat README
uses: cflynn07/[email protected]
with:
description: |
Today I Learned
footer: |
[1]: https://github.com/suzieep/TIL
list_most_recent: 0
# date_format: "2020 Jan 15:04" # optional, must align to https://golang.org/pkg/time/#Time.Format