Skip to content

Commit

Permalink
fix cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
john-cd committed Dec 22, 2023
1 parent 19be747 commit 25217e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Rust code lint
run: |
cargo fmt --all --check
cargo clippy -- --deny warnings --workspace
cargo clippy --workspace -- --deny warnings
# - name: Install cargo check tools
# run: |
# cargo install --locked cargo-deny || true
Expand Down

0 comments on commit 25217e9

Please sign in to comment.