chore(ci): add git submodule

This commit is contained in:
AJ ONeal
2023-12-30 23:38:40 -07:00
parent 57fe6648c4
commit d01ce48f47
+3
View File
@@ -23,6 +23,9 @@ jobs:
sh ./_scripts/install-ci-deps
echo "${HOME}/.local/bin" >> $GITHUB_PATH
echo "${HOME}/.local/opt/pwsh" >> $GITHUB_PATH
- run: |
git submodule init
git submodule update
- run: shfmt --version
- run: shellcheck -V
- run: node --version