Skip to content

Commit

Permalink
ci: diff-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed May 11, 2023
1 parent 6dbc96b commit 0d601ed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@v1
with:
tool: ripgrep
- name: diff
run: |
cp src/bindings.rs bindings.rs
./scripts/codegen.sh
diff src/bindings.rs bindings.rs
[[ -z $(git status -s) ]] # Fail if changed. See https://stackoverflow.com/a/9393642

0 comments on commit 0d601ed

Please sign in to comment.