Skip to content

Commit 80adf88

Browse files
committedJan 30, 2025
Fixed clippy command
1 parent 4860708 commit 80adf88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
runs-on: ubuntu-latest
2929
env:
3030
CARGO_INCREMENTAL: 0
31+
steps:
3132
- uses: actions/checkout@v4
3233
with:
3334
submodules: recursive
3435
- name: format
3536
run: cargo fmt --check
3637
- name: clippy
37-
run: cargo clippy --check
38+
run: cargo clippy -- -Dwarnings

0 commit comments

Comments
 (0)