Skip to content

Commit

Permalink
fix(ci): fix command params in clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Jun 19, 2024
1 parent af4d000 commit 8f1737e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.1
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all-targets --all-features -- -D warnings
- run: cargo clippy --all-targets --all-features

0 comments on commit 8f1737e

Please sign in to comment.