mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update weekly-supelinter.yaml
This commit is contained in:
4
.github/workflows/weekly-supelinter.yaml
vendored
4
.github/workflows/weekly-supelinter.yaml
vendored
@@ -58,6 +58,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
find . -type f \( -name "*.sh" -o -name "run" \) -exec chmod +x {} \;
|
find . -type f \( -name "*.sh" -o -name "run" \) -exec chmod +x {} \;
|
||||||
|
|
||||||
|
- name: Use 4 spaces in shell scripts
|
||||||
|
run: |
|
||||||
|
find . -type f \( -name "*.sh" -o -name "run" \) -exec shfmt -w -i 4 -ci -bn -sr {} +
|
||||||
|
|
||||||
- name: Sort json files
|
- name: Sort json files
|
||||||
id: sort
|
id: sort
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user