Skip to content

Commit

Permalink
Generate the README (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil authored Feb 22, 2024
1 parent fa6db0a commit 858006c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Run on each main branch commit, create a commit to update the README.md

name: Update Readme

on:
push:
branches:
- main

jobs:
update-readme:
runs-on: ubuntu-latest
name: Update Readme
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- name: Update Readme
run: nix run .#updateReadme
- uses: EndBug/add-and-commit@v9
with:
push: true

0 comments on commit 858006c

Please sign in to comment.