Skip to content

Commit

Permalink
Merge pull request #19 from Sharparam/dependabot/github_actions/clech…
Browse files Browse the repository at this point in the history
…asseur/rs-clippy-check-3
  • Loading branch information
Sharparam authored Sep 11, 2023
2 parents 4d2c1dc + ff4a691 commit d74d047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
components: rustfmt, clippy
- name: Run cargo fmt
run: cargo fmt --all --check --verbose
- uses: clechasseur/rs-clippy-check@v2
- uses: clechasseur/rs-clippy-check@v3
with:
args: --all-features -- -D warnings

0 comments on commit d74d047

Please sign in to comment.