mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user