Update weekly_bashbeautify.yaml

This commit is contained in:
Alexandre
2022-03-16 10:42:05 +01:00
committed by GitHub
parent eb629f99c4
commit 9329a506e2

View File

@@ -22,7 +22,7 @@ jobs:
beautysh
- name: "Run beautify"
run: |
find . -name '*.sh' | xargs beautysh --indent-size 4
find . -name '*.sh' | xargs beautysh --indent-size 2
- name: Create New Pull Request If Needed
uses: peter-evans/create-pull-request@v3
with: