Skip to content

Commit 4a8b0a9

Browse files
committed
require clippy to pass when releasing
1 parent ab03b98 commit 4a8b0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
212212
release:
213213
name: Release
214-
needs: [test-builds-arch, test-builds-os, build-sdist]
214+
needs: [clippy, test-builds-arch, test-builds-os, build-sdist]
215215
if: success() && startsWith(github.ref, 'refs/tags/')
216216
runs-on: ubuntu-latest
217217

0 commit comments

Comments
 (0)