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 28e0c79 commit 73e2544Copy full SHA for 73e2544
.github/workflows/ci.yml
@@ -20,5 +20,7 @@ jobs:
20
uses: actions/setup-node@v1
21
with:
22
node-version: ${{ matrix.node-version }}
23
+ - name: Install Dependancies
24
+ run: npm install
25
- name: Check Spelling
26
run: npm run spelltest
0 commit comments