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