Update and rename weekly-linter.yaml to weekly-supelinter.yaml

This commit is contained in:
Alexandre
2022-12-20 09:49:29 +01:00
committed by GitHub
parent 5db766f113
commit caaae52497

View File

@@ -22,7 +22,9 @@ jobs:
- name: Make scripts executable
run: |
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
uses: EndBug/add-and-commit@v9