chore(ci): add git submodule

This commit is contained in:
AJ ONeal
2024-01-02 15:27:09 -07:00
parent 51b16ba53d
commit dc438ad1ba
+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