From 7a961b0819a7b3ed32ee9f9812376fab6cf62bca Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 19 Dec 2022 23:37:28 +0100 Subject: [PATCH] Update and rename weekly- inter.yaml to weekly-linter.yaml --- .../{weekly- inter.yaml => weekly-linter.yaml} | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) rename .github/workflows/{weekly- inter.yaml => weekly-linter.yaml} (76%) diff --git a/.github/workflows/weekly- inter.yaml b/.github/workflows/weekly-linter.yaml similarity index 76% rename from .github/workflows/weekly- inter.yaml rename to .github/workflows/weekly-linter.yaml index 2547ba808..93991d8c9 100644 --- a/.github/workflows/weekly- inter.yaml +++ b/.github/workflows/weekly-linter.yaml @@ -13,6 +13,23 @@ on: workflow_dispatch: jobs: + make-executable: + runs-on: ubuntu-latest + 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: + message: "GitHub bot : scripts executable" + default_author: github_actions + run-lint: runs-on: ubuntu-latest steps: