Skip to content

Commit

Permalink
fix: clippy command
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Feb 9, 2025
1 parent 1b03f9c commit d61ba60
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions rust/lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ runs:
token: ${{ inputs.token }}
args: >
--manifest-path ${{ steps.meta.outputs.manifest_path }}
--locked
--all-targets
--all-features
-- -D warnings
-W clippy::all
-W clippy::pedantic
-W clippy::nursery
name: Rust Clippy Report
--no-deps
name: Rust Clippy Report

0 comments on commit d61ba60

Please sign in to comment.