Skip to content

Commit ee6cb1d

Browse files
committed
Use a maintained clippy-check
1 parent 2f9e9ef commit ee6cb1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rav1e.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
run: |
2626
cargo fmt -- --check --verbose
2727
- name: Run clippy
28-
uses: actions-rs/clippy-check@v1
28+
uses: clechasseur/rs-clippy-check@v3
2929
with:
30-
token: ${{ secrets.GITHUB_TOKEN }}
3130
args: -- -D warnings --verbose -A clippy::wrong-self-convention -A clippy::many_single_char_names -A clippy::upper-case-acronyms
3231

3332
build-unix:

0 commit comments

Comments
 (0)