mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Update weekly-supelinter.yaml
This commit is contained in:
2
.github/workflows/weekly-supelinter.yaml
vendored
2
.github/workflows/weekly-supelinter.yaml
vendored
@@ -56,7 +56,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Restore executable permissions
|
- name: Restore executable permissions
|
||||||
run: |
|
run: |
|
||||||
find . -type f -name "*.sh" -exec chmod +x {} \;
|
find . -type f \( -name "*.sh" -o -name "run" \) -exec chmod +x {} \;
|
||||||
|
|
||||||
- name: Remove Super-Linter output (prevent checkout conflict)
|
- name: Remove Super-Linter output (prevent checkout conflict)
|
||||||
run: sudo rm -rf super-linter-output/
|
run: sudo rm -rf super-linter-output/
|
||||||
|
|||||||
Reference in New Issue
Block a user