ci: add clippy

This commit is contained in:
dundargoc 2024-02-04 15:32:24 +01:00
parent 72a75326f7
commit 34682fa8d2

View file

@ -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