We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3962e commit fe1009eCopy full SHA for fe1009e
1 file changed
.github/workflows/pr.yaml
@@ -19,4 +19,8 @@ jobs:
19
- run: . $HOME/.cargo/env && rustup update
20
- run: . $HOME/.cargo/env && cargo build --release --all
21
- run: . $HOME/.cargo/env && cargo test
22
+ - name: Check formatting
23
+ run: . $HOME/.cargo/env && cargo fmt --all -- --check
24
+ - name: Check clippy lints
25
+ run: . $HOME/.cargo/env && cargo clippy --all-targets --all-features -- -D warnings
26
- run: test_app/scripts/validate-against-expected.sh
0 commit comments