chore(pwsh): add .ps1 linting to ci/cd

This commit is contained in:
AJ ONeal
2023-10-18 01:21:46 -06:00
parent 3d51b8373a
commit 589edd6940
3 changed files with 11 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ jobs:
run: |
sh ./_scripts/install-ci-deps
echo "${HOME}/.local/bin" >> $GITHUB_PATH
echo "${HOME}/.local/opt/pwsh" >> $GITHUB_PATH
- run: shfmt --version
- run: shellcheck -V
- run: node --version