require clippy to pass when releasing

This commit is contained in:
MaxOhn
2024-04-03 15:35:29 +02:00
parent ab03b988e2
commit 4a8b0a9a1b
+1 -1
View File
@@ -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