Use shellcheck

This commit is contained in:
Carol (Nichols || Goulding) 2022-01-01 22:06:10 -05:00 committed by Carol (Nichols || Goulding)
parent e5a583b4ec
commit 0b79b7ec78
1 changed files with 5 additions and 0 deletions

View File

@ -45,12 +45,17 @@ jobs:
echo "$(pwd)/bin" >> ${GITHUB_PATH}
- name: Install aspell
run: sudo apt-get install aspell
- name: Install shellcheck
run: sudo apt-get install shellcheck
- name: Report versions
run: |
rustup --version
rustc -Vv
mdbook --version
aspell --version
shellcheck --version
- name: Shellcheck
run: find . -name '*.sh' | xargs shellcheck
- name: Spellcheck
run: bash ci/spellcheck.sh list
- name: Lint for local file paths