We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9e9ef commit ee6cb1dCopy full SHA for ee6cb1d
.github/workflows/rav1e.yml
@@ -25,9 +25,8 @@ jobs:
25
run: |
26
cargo fmt -- --check --verbose
27
- name: Run clippy
28
- uses: actions-rs/clippy-check@v1
+ uses: clechasseur/rs-clippy-check@v3
29
with:
30
- token: ${{ secrets.GITHUB_TOKEN }}
31
args: -- -D warnings --verbose -A clippy::wrong-self-convention -A clippy::many_single_char_names -A clippy::upper-case-acronyms
32
33
build-unix:
0 commit comments