Skip to content

Commit

Permalink
CI todo!() check (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechBarczynski authored Apr 8, 2024
1 parent 11cdf25 commit 1712e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: cargo fmt --all --check

- name: 📎 Run clippy
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
run: cargo clippy --workspace --all-targets --all-features -- -D clippy::todo -D warnings

- name: 🛠 Cargo build
run: |
Expand Down

0 comments on commit 1712e06

Please sign in to comment.