From a66606858e36a95ee95764171751f73f1d9a925a Mon Sep 17 00:00:00 2001 From: ripytide Date: Sun, 20 Oct 2024 20:57:46 +0100 Subject: [PATCH] test2 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ddbe21..280b962 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: cargo clippy --all-targets --all-features + - name: clippy + run: cargo clippy --all-targets --all-features docs: runs-on: ubuntu-latest steps: