diff --git a/.github/workflows/weekly-superlinter.yml b/.github/workflows/weekly-superlinter.yml index f403aff02..3ac2c8a1b 100644 --- a/.github/workflows/weekly-superlinter.yml +++ b/.github/workflows/weekly-superlinter.yml @@ -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: