Skip to content

Commit

Permalink
Merge pull request #18 from appsignal/cargo-fmt-check
Browse files Browse the repository at this point in the history
Fail CI if code is not formatted
  • Loading branch information
unflxw authored Nov 4, 2024
2 parents 8624b26 + 59b6d87 commit 7be6102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo clippy --verbose --tests --all-targets --all-features -- -D warnings
- run: cargo fmt --verbose
- run: cargo fmt --check --verbose

0 comments on commit 7be6102

Please sign in to comment.