mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01: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: |
|
||||
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
|
||||
id: sort
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user