We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6321a commit e506554Copy full SHA for e506554
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
94
# Automatically merge if it's a Dependabot PR that passes the build
95
dependabot:
96
- needs: [test, wasm_build, lint, prettier, msrv]
+ needs: [test, wasm_build, lint, msrv]
97
permissions:
98
contents: write
99
pull-requests: write
0 commit comments