Skip to content

Commit c6b1f68

Browse files
committed
add spellcheck before the doc building jobs.
Signed-off-by: Tomoya Fujita <[email protected]>
1 parent f5adbcb commit c6b1f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: make spellcheck
5959

6060
build:
61-
needs: [test, lint]
61+
needs: [test, lint, spellcheck]
6262
runs-on: ubuntu-24.04
6363
steps:
6464
- name: Checkout
@@ -115,7 +115,7 @@ jobs:
115115
edit-mode: replace
116116

117117
multi-build:
118-
needs: [test, lint]
118+
needs: [test, lint, spellcheck]
119119
runs-on: ubuntu-24.04
120120
steps:
121121
- name: Checkout

0 commit comments

Comments
 (0)