From 1d7a4690a440836a42e8e64c9c97da181a1147ed Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Thu, 14 Jul 2022 17:47:48 +0200 Subject: lint-ci: Consider clippy warnings as errors --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 09cde39b..6fd98374 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,4 +9,4 @@ jobs: components: clippy - uses: actions/checkout@master - name: Check lints - run: cargo clippy --workspace --all-features --all-targets --no-deps + run: cargo clippy --workspace --all-features --all-targets --no-deps -- -D warnings -- cgit