From 4a8b0a9a1bf4d41b2c7a024be7d71f2d65e53e05 Mon Sep 17 00:00:00 2001 From: MaxOhn Date: Wed, 3 Apr 2024 15:35:29 +0200 Subject: [PATCH] require clippy to pass when releasing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0724cd6..e2737ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,7 +211,7 @@ jobs: release: name: Release - needs: [test-builds-arch, test-builds-os, build-sdist] + needs: [clippy, test-builds-arch, test-builds-os, build-sdist] if: success() && startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest