Update onpush_superlinter.yml

This commit is contained in:
Alexandre
2022-12-20 09:48:55 +01:00
committed by GitHub
parent 0ef4b66d1a
commit 5db766f113

View File

@@ -21,6 +21,7 @@ jobs:
- name: Make scripts executable
run: |
echo "Starting"
git config core.filemode true
# shellcheck disable=SC2086
git update-index --chmod=+x $(find . -type f -iname "*.sh")
- name: Commit if needed