From c11ac6125221ec4545a78065f27be6bd95263b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Sat, 21 Oct 2023 21:23:46 +0200 Subject: [PATCH] ci: fixup --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b7b012..9eef218 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,9 @@ jobs: restore-keys: ${{ runner.os }}-cargo- - name: cargo test run: cargo test -# uncomment to enable clippy linter + # uncomment to enable clippy linter # - name: cargo clippy # run: cargo clippy -- -D warnings -# uncomment to enable format linter + # uncomment to enable format linter # - name: cargo fmt # run: cargo fmt --check