chore(ci): add git submodule

This commit is contained in:
AJ ONeal
2023-12-31 01:53:49 -07:00
parent 65c365c24a
commit df0284f1b5
+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