Skip to content

Commit

Permalink
Merge pull request #52 from flatcar/dongsu/ci-fix-clippy
Browse files Browse the repository at this point in the history
.github: cargo clippy with --deny warnings option
  • Loading branch information
dongsupark authored Feb 7, 2024
2 parents c6ae8a0 + cfa0005 commit e7f41dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --workspace
args: --workspace -- --deny warnings

0 comments on commit e7f41dc

Please sign in to comment.