Skip to content

Commit

Permalink
Clean up the clippy and rustfmt entries
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Feb 23, 2024
1 parent 1794168 commit 70a3946
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/av-scenechange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,13 @@ jobs:
sudo dpkg -i "nasm_${NASM_VERSION}_amd64.deb"
- name: Run rustfmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check --verbose

- name: Lint no-default-features
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --no-default-features
run: |
cargo fmt -- --check --verbose
- name: Lint
uses: actions-rs/clippy-check@v1
- name: Run clippy
uses: clechasseur/rs-clippy-check@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --tests --benches
name: lint
args: -- -D warnings --verbose -A clippy::wrong-self-convention -A clippy::many_single_char_names -A clippy::upper-case-acronyms

build:

Expand Down

0 comments on commit 70a3946

Please sign in to comment.