Skip to content

Commit efd241d

Browse files
committed
fix: ci
1 parent 7a411a8 commit efd241d

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
@@ -93,7 +93,7 @@ jobs:
9393
- run: npx cspell-check-unused-words
9494

9595
docs-deploy:
96-
needs: build
96+
needs: [build, lint, test, unused, format, spell-check]
9797
runs-on: ubuntu-latest
9898
if: github.ref == 'refs/heads/main' && needs.pr-check.outputs.number != 'null'
9999
steps:

0 commit comments

Comments
 (0)