mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-14 19:41:31 +02:00
Update weekly-linter.yaml
This commit is contained in:
2
.github/workflows/weekly-linter.yaml
vendored
2
.github/workflows/weekly-linter.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Make scripts executable
|
- name: Make scripts executable
|
||||||
run: |
|
run: |
|
||||||
echo "Starting"
|
echo "Starting"
|
||||||
find . -type f -iname "*.sh" -exec chmod +x {} \;
|
find . -type f -iname "*.sh" -exec chmod 755 {} \;
|
||||||
|
|
||||||
- name: Commit if needed
|
- name: Commit if needed
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
|
|||||||
Reference in New Issue
Block a user