mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
refactor: restore cargo clippy
check in CI
This commit is contained in:
parent
e0b8e9bb57
commit
6253ce3090
1 changed files with 2 additions and 6 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -43,12 +43,8 @@ jobs:
|
|||
# Don't use a 'components:' entry--we don't need them with beta/nightly, plus nightly often doesn't have them
|
||||
override: true
|
||||
|
||||
# This block can be uncommented to add clippy to CI, but first the existing clippy warnings need to be fixed!
|
||||
# - name: clippy
|
||||
# run: |
|
||||
# rustup component add clippy
|
||||
# cargo clippy -- -D warnings
|
||||
# if: matrix.toolchain == 'stable' && matrix.os == 'ubuntu-latest'
|
||||
- run: cargo clippy -- -D warnings
|
||||
if: matrix.toolchain == 'stable' && matrix.os == 'ubuntu-latest'
|
||||
|
||||
- run: |
|
||||
rustup component add rustfmt
|
||||
|
|
Loading…
Reference in a new issue