Skip to content

Commit

Permalink
Better with the proper syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
apognu committed Oct 17, 2024
1 parent ed7f494 commit 3d9336e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Lint
run: |
cargo clippy -D warnings
cargo clippy -- -D warnings
cargo clippy --release -- -D warnings
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Lint
run: |
cargo clippy -D warnings
cargo clippy -- -D warnings
cargo clippy --release -- -D warnings
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Lint
run: |
cargo clippy -D warnings
cargo clippy -- -D warnings
cargo clippy --release -- -D warnings
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Lint
run: |
cargo clippy -D warnings
cargo clippy -- -D warnings
cargo clippy --release -- -D warnings
test:
Expand Down

0 comments on commit 3d9336e

Please sign in to comment.