Skip to content

Commit

Permalink
Run clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ejrh committed Jul 15, 2023
1 parent 24d749e commit 1b0b0ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
target/
key: rust-clippy@${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}#

# - uses: actions-rs/clippy-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}#
- uses: qernal/github-actions-rust-clippy@v2.0.2
# - name: Run rust-clippy
# run:
# cargo clippy
Expand Down

0 comments on commit 1b0b0ad

Please sign in to comment.