require clippy to pass when releasing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user