Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 34b82ee

Browse files
committed
Change clippy lint name
1 parent 2f5730b commit 34b82ee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,4 @@ jobs:
3838
components: clippy
3939
override: true
4040

41-
- uses: actions-rs/clippy-check@v1
42-
with:
43-
token: ${{ secrets.GITHUB_TOKEN }}
44-
name: Clippy Output
41+
- run: cargo clippy

0 commit comments

Comments
 (0)