Skip to content

Commit

Permalink
[ actions ] add workFlows
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeann committed Dec 4, 2023
1 parent df81cf6 commit 51ce7a3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 93 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/auto-readme.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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@v4
with:
# necessary for github-action-til-autoformat-readme
fetch-depth:

- name: Autoformat README
uses: cflynn07/[email protected]
with:
description: |
Today I Learned
footer: |
[1]: https://simonwillison.net/2020/Apr/20/self-rewriting-readme/
[2]: https://github.com/jbranchaud/til
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
93 changes: 0 additions & 93 deletions README.md

This file was deleted.

0 comments on commit 51ce7a3

Please sign in to comment.