mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 18:21:51 +02:00
Update and rename weekly-linter.yaml to weekly-supelinter.yaml
This commit is contained in:
@@ -22,7 +22,9 @@ jobs:
|
|||||||
- name: Make scripts executable
|
- name: Make scripts executable
|
||||||
run: |
|
run: |
|
||||||
echo "Starting"
|
echo "Starting"
|
||||||
find . -type f -iname "*.sh" -exec chmod 755 {} \;
|
git config core.filemode true
|
||||||
|
# shellcheck disable=SC2086
|
||||||
|
git update-index --chmod=+x $(find . -type f -iname "*.sh")
|
||||||
|
|
||||||
- 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