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 188e7da commit 8f0945aCopy full SHA for 8f0945a
.github/workflows/ci.yml
@@ -25,8 +25,6 @@ defaults:
25
jobs:
26
spellcheck:
27
runs-on: ubuntu-latest
28
- needs:
29
- - build
30
steps:
31
- name: Checkout sources
32
uses: actions/checkout@v3
@@ -39,7 +37,7 @@ jobs:
39
37
run: npm install
40
38
41
- name: Spellcheck
42
- run: npm run ci-test
+ run: npm run spellcheck
43
44
build:
45
0 commit comments