From 34682fa8d2390b256fd019a6bf334f747a72d86a Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sun, 4 Feb 2024 15:32:24 +0100 Subject: [PATCH] ci: add clippy --- .github/workflows/checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8c1129ac..5e0577ae 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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