Skip to content

Commit 8f0945a

Browse files
committed
Run spell-check in CI
1 parent 188e7da commit 8f0945a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ defaults:
2525
jobs:
2626
spellcheck:
2727
runs-on: ubuntu-latest
28-
needs:
29-
- build
3028
steps:
3129
- name: Checkout sources
3230
uses: actions/checkout@v3
@@ -39,7 +37,7 @@ jobs:
3937
run: npm install
4038

4139
- name: Spellcheck
42-
run: npm run ci-test
40+
run: npm run spellcheck
4341

4442
build:
4543
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)