We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cef2b5 commit f2250bbCopy full SHA for f2250bb
.github/workflows/main.yml
@@ -27,9 +27,13 @@ jobs:
27
rustup update stable
28
rustup default stable
29
rustup component add rustfmt
30
+
31
- name: Format source code
32
run: cargo fmt -- --check
33
34
+ - name: Run clippy
35
+ run: cargo clippy --workspace --all-targets --all-features
36
37
#########
38
# Build #
39
0 commit comments