Skip to content

Commit 62c6cc0

Browse files
committedJan 12, 2025·
Remove clippy ci
1 parent daaa83d commit 62c6cc0

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed
 

‎.github/workflows/ci.yaml

+1-12
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,4 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- 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
21+
- run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)
Please sign in to comment.