Skip to content

Commit

Permalink
gh-actions: Also run fmt and clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Oct 14, 2024
1 parent 96f44e9 commit 1674645
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ jobs:
- 'Cargo.lock'
- '.github/workflows/**'
- if: steps.changes.outputs.rust == 'true'
run: cargo doc
run: |
cargo doc
cargo fmt --all -- --check
cargo clippy -- --deny=warnings

0 comments on commit 1674645

Please sign in to comment.