Skip to content

Commit

Permalink
ci: check nothing changed after build (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale authored Jun 24, 2021
1 parent 11ebf86 commit cb0a107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
override: true
components: rustfmt, clippy
- run: cargo clippy --all-features --all-targets
- run: git diff --exit-code

doc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cb0a107

Please sign in to comment.