From 718a78564f0bc7d385726bd909c3fbb8251fedb2 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 8 Nov 2025 13:46:12 +0100 Subject: [PATCH] fix another typo in "check" --- .github/workflows/oxipng.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oxipng.yml b/.github/workflows/oxipng.yml index 22ef0940..29ed0788 100644 --- a/.github/workflows/oxipng.yml +++ b/.github/workflows/oxipng.yml @@ -112,7 +112,7 @@ jobs: | sarif-fmt - name: Run Check for all feature combinations - run: cargo hack clippy --no-deps --all-targets --feature-powerset \ + run: cargo hack check --no-deps --all-targets --feature-powerset \ --exclude-features sanity-checks,system-libdeflate \ -- -D warnings