Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Nov 12, 2024
1 parent 741b8a6 commit 95d9e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
- name: check formatting
run: cargo fmt --all -- --check
- name: check clippy
run: cargo clippy --workspace --all-targets -- -D warnings --allow deprecated
run: cargo clippy --workspace --all-features --all-targets -- -D warnings --allow deprecated
- name: check Cargo.toml sorting
run: cargo sort --workspace --check

0 comments on commit 95d9e5d

Please sign in to comment.