mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update weekly_bashbeautify.yaml
This commit is contained in:
1
.github/workflows/weekly_bashbeautify.yaml
vendored
1
.github/workflows/weekly_bashbeautify.yaml
vendored
@@ -28,6 +28,7 @@ jobs:
|
||||
|
||||
- name: Run Beautysh
|
||||
run: |
|
||||
find . -name '*.sh' -print0 | xargs -0 beautysh --indent-size 4
|
||||
shopt -s globstar nullglob
|
||||
if compgen -G "**/*.sh" > /dev/null; then
|
||||
beautysh **/*.sh --indent-size 4 --check
|
||||
|
||||
Reference in New Issue
Block a user