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:
2
.github/workflows/weekly-supelinter.yaml
vendored
2
.github/workflows/weekly-supelinter.yaml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
- name: Restore executable permissions
|
||||
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)
|
||||
run: sudo rm -rf super-linter-output/
|
||||
|
||||
Reference in New Issue
Block a user