Skip to content

Commit

Permalink
Update .github/workflows/clippy-check.yml
Browse files Browse the repository at this point in the history
Use 'kristof-mattei/clippy-check@main'.
  • Loading branch information
zedifen committed Mar 13, 2023
1 parent 9ec7035 commit f155813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
rustup default nightly
rustup override set nightly
- name: Clippy Check
uses: actions-rs/clippy-check@v1
uses: kristof-mattei/clippy-check@main
with:
name: clippy-${{ matrix.platform }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f155813

Please sign in to comment.