Skip to content

Commit

Permalink
Merge pull request #1137 from spacejam/clippy-change-version
Browse files Browse the repository at this point in the history
update clippy configuration
  • Loading branch information
spacejam authored Jul 29, 2020
2 parents fd0dcee + 9ed4c72 commit 300cd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
components: clippy
override: true
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1.0.5
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
Expand Down

0 comments on commit 300cd6a

Please sign in to comment.