Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Oct 19, 2023
1 parent ebc8ef3 commit 8951d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
with:
components: clippy
- name: Run clippy
uses: auguwu/clippy-action@1.3.0
uses: actions-rs/clippy@master
with:
token: ${{secrets.GITHUB_TOKEN}}
args: --manifest-path Code/Cargo.toml
args: --all-features --all-targets --manifest-path Code/Cargo.toml

fmt:
name: Formatting
Expand Down

0 comments on commit 8951d90

Please sign in to comment.