adds shellcheck to ci/cd (#22616)

ci/cd script to shellcheck .sh files and make sure they're executable as
part of cicd so it fails loud with the specific problem if Permissions
Issue 2 The Revengeance happens again
This commit is contained in:
lew
2026-06-06 10:23:52 +00:00
committed by GitHub
parent fbe11c6579
commit bef246dc8a
6 changed files with 39 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@ jobs:
bash tools/ci/check_filedirs.sh aurorastation.dme
bash tools/ci/check_changelogs.sh
bash tools/ci/check_grep.sh $PWD
bash tools/ci/check_shell_scripts.sh
awk -f tools/indentation.awk **/*.dm
- name: "Check if running CI"