mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-19 15:14:34 +00:00
Shell-Syntax im CI mitpruefen
This commit is contained in:
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@@ -30,3 +30,11 @@ jobs:
|
||||
run: |
|
||||
set -euo pipefail
|
||||
python3 -m compileall -q runtime
|
||||
|
||||
- name: Shell Syntax pruefen
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
while IFS= read -r -d '' file; do
|
||||
bash -n "$file"
|
||||
done < <(find . -type f -name '*.sh' -print0)
|
||||
|
||||
Reference in New Issue
Block a user