We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2793780 commit 9f211f1Copy full SHA for 9f211f1
1 file changed
.github/workflows/test.yml
@@ -45,6 +45,6 @@ jobs:
45
toolchain: stable
46
components: clippy
47
override: true
48
- - uses: actions-rs/clippy-check@v1
+ - uses: auguwu/clippy-action@1.4.0
49
with:
50
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{secrets.GITHUB_TOKEN}}
0 commit comments