Fix CI again

For real this time
This commit is contained in:
Dhinak G
2020-12-29 13:41:30 -05:00
parent d649e52314
commit 5b764a58e4

View File

@@ -42,6 +42,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
fetch-depth: '0' fetch-depth: '0'
submodules: 'recursive'
- name: Install - name: Install
run: npm install run: npm install
- name: Lint - name: Lint
@@ -57,6 +58,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
fetch-depth: '0' fetch-depth: '0'
submodules: 'recursive'
- name: Install - name: Install
run: npm install run: npm install
- name: Spellcheck - name: Spellcheck