mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
CI: don't accept clippy warnings
This commit is contained in:
parent
0f2b570e48
commit
1c419faaa3
2
.github/workflows/check-and-lint.yaml
vendored
2
.github/workflows/check-and-lint.yaml
vendored
@ -51,5 +51,5 @@ jobs:
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features
|
||||
args: --all-features -- -D warnings
|
||||
name: Clippy Output
|
||||
|
||||
Loading…
Reference in New Issue
Block a user