ci: add clippy
This commit is contained in:
parent
72a75326f7
commit
34682fa8d2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
|
@ -19,8 +19,9 @@ jobs:
|
|||
toolchain: stable
|
||||
components: clippy, rustfmt
|
||||
|
||||
- run: cargo fmt -- --check
|
||||
- run: cargo check --workspace --examples --tests --benches --bins
|
||||
- run: cargo fmt -- --check
|
||||
- run: cargo clippy --workspace
|
||||
|
||||
check_c_warnings:
|
||||
name: Check C warnings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue