Skip to content

Commit

Permalink
CI: fix gen-schemata job
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Sep 16, 2024
1 parent c46add0 commit 60d86bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo run --features fs
- run: git diff | grep -q . && exit 1
- run: git diff --quiet || exit 1

0 comments on commit 60d86bb

Please sign in to comment.