Add BASH syntax check to linter (#3369)

This commit is contained in:
Casper 2023-05-27 22:12:24 +02:00 committed by GitHub
parent 69ae4ff319
commit 3d6260adf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 8 deletions

View file

@ -61,11 +61,14 @@ test/%: ALWAYS_RUN
# --- Lints -------------------------------------
# -----------------------------------------------
lint: ALWAYS_RUN eclint hadolint shellcheck
lint: ALWAYS_RUN eclint hadolint bashcheck shellcheck
hadolint: ALWAYS_RUN
@ ./test/linting/lint.sh hadolint
bashcheck: ALWAYS_RUN
@ ./test/linting/lint.sh bashcheck
shellcheck: ALWAYS_RUN
@ ./test/linting/lint.sh shellcheck