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 daaa83d commit 62c6cc0Copy full SHA for 62c6cc0
.github/workflows/ci.yaml
@@ -18,15 +18,4 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- uses: dtolnay/rust-toolchain@stable
21
- - run: cargo fmt --all -- --check
22
-
23
- clippy:
24
- name: Clippy
25
- runs-on: ubuntu-latest
26
- steps:
27
- - run: wget https://apt.llvm.org/llvm.sh
28
- - run: chmod +x llvm.sh
29
- - run: sudo ./llvm.sh 18
30
- - uses: actions/checkout@v4
31
- - uses: dtolnay/rust-toolchain@stable
32
- - run: cargo clippy -- -D warnings
+ - run: cargo fmt --all -- --check
0 commit comments