Update weekly-linter.yaml

This commit is contained in:
Alexandre
2022-12-20 00:02:23 +01:00
committed by GitHub
parent ca56477bc0
commit 9d5ca713df

View File

@@ -22,7 +22,7 @@ jobs:
- name: Make scripts executable
run: |
echo "Starting"
find . -type f -iname "*.sh" -exec chmod +x {} \;
find . -type f -iname "*.sh" -exec chmod 755 {} \;
- name: Commit if needed
uses: EndBug/add-and-commit@v9