From 5b764a58e449e0a4be1a3b26a143a1be1e50f669 Mon Sep 17 00:00:00 2001 From: Dhinak G Date: Tue, 29 Dec 2020 13:41:30 -0500 Subject: [PATCH] Fix CI again For real this time --- .github/workflows/build_test_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index ef55ac2..e70c724 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -42,6 +42,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: '0' + submodules: 'recursive' - name: Install run: npm install - name: Lint @@ -57,6 +58,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: '0' + submodules: 'recursive' - name: Install run: npm install - name: Spellcheck