mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 04:19:13 +02: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
|
- name: Run Beautysh
|
||||||
run: |
|
run: |
|
||||||
|
# shellcheck disable=SC2035
|
||||||
find . -name '*.sh' -print0 | xargs -0 beautysh --indent-size 4
|
find . -name '*.sh' -print0 | xargs -0 beautysh --indent-size 4
|
||||||
shopt -s globstar nullglob
|
shopt -s globstar nullglob
|
||||||
if compgen -G "**/*.sh" > /dev/null; then
|
if compgen -G "**/*.sh" > /dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user