Add shellcheck lint

Run shellcheck [1] on the bash files.

[1]: https://www.shellcheck.net/

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-01-09 10:38:48 -07:00
committed by Jeremy Soller
parent 623d3ce8ab
commit 7205f1a49e
5 changed files with 47 additions and 5 deletions

View File

@ -16,6 +16,9 @@ jobs:
- name: Check formatting
run: ./scripts/lint/02-clang-format.sh
- name: Check shell scripts
run: ./scripts/lint/03-shellcheck.sh
tool:
strategy:
matrix: