Skip to content

Commit

Permalink
use an action
Browse files Browse the repository at this point in the history
  • Loading branch information
inwaar committed Oct 7, 2024
1 parent 8e1911f commit cc2e139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
node-version: 20
- run: npm ci
- run: npm run docs
- run: "git diff --exit-code README.md > /dev/null || (echo fail: README.md is outdated, forget to run 'npm run docs'? && false)"
- name: Check README.md is up to date (forget to run 'npm run docs'?)
uses: NathanielHill/fail-if-changes@9e6ed6b

0 comments on commit cc2e139

Please sign in to comment.