Skip to content

Commit

Permalink
require clippy to pass when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Apr 3, 2024
1 parent ab03b98 commit 4a8b0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a8b0a9

Please sign in to comment.