Skip to content

Commit 9f211f1

Browse files
committed
Updated CI for strictier checks.
1 parent 2793780 commit 9f211f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
toolchain: stable
4646
components: clippy
4747
override: true
48-
- uses: actions-rs/clippy-check@v1
48+
- uses: auguwu/clippy-action@1.4.0
4949
with:
50-
token: ${{ secrets.GITHUB_TOKEN }}
50+
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)