Skip to content

[ chore ] change branch Name #11

[ chore ] change branch Name

[ chore ] change branch Name #11

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@v4
with:
fetch-depth: 0
- name: Autoformat README
uses: cflynn07/[email protected]
with:
description: |
A collection of concrete writeups of small things I learn daily while working
and researching. My goal is to work in public. I was inspired to start this
repository after reading Simon Wilson's [hacker new post][1], and he was
apparently inspired by Josh Branchaud's [TIL collection][2].
footer: |
[1]: https://simonwillison.net/2020/Apr/20/self-rewriting-readme/
[2]: https://github.com/jbranchaud/til
list_most_recent: 2
date_format: "2020 Jan 15:04"