Update weekly-superlinter.yml

This commit is contained in:
Alexandre
2022-12-19 23:24:33 +01:00
committed by GitHub
parent e98432977f
commit 14df5ad5ee

View File

@@ -29,10 +29,12 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Make scripts executable
run: |
echo "Starting"
find . -type f -iname "*.sh" -exec chmod +x {} \;
- name: Commit if needed
uses: EndBug/add-and-commit@v9
with: