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 bd782ae commit 521bbe3Copy full SHA for 521bbe3
.github/workflows/ci.yml
@@ -15,6 +15,11 @@ jobs:
15
with:
16
github_access_token: ${{ secrets.GITHUB_TOKEN }}
17
- run: nix flake check
18
+ - run: sudo apt-get remove rustup rustc
19
+ - run: rustup which clippy
20
+ - run: rustup which rustc
21
+ - run: rustc --version
22
+ - run: rustup --version
23
- run: nix develop --command cargo fmt -- --check
24
- run: |
25
nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clean && cargo clippy"
0 commit comments