diff --git a/.github/workflows/onpush_superlinter.yml b/.github/workflows/onpush_superlinter.yml index 422d64d5e..912921c82 100644 --- a/.github/workflows/onpush_superlinter.yml +++ b/.github/workflows/onpush_superlinter.yml @@ -13,22 +13,6 @@ on: pull_request: branches: [ master ] jobs: - chmod_execute: - runs-on: ubuntu-20.04 - steps: - - name: Checkout Repo - uses: actions/checkout@v3 - - name: Make scripts executable - run: | - echo "Starting" - git config core.filemode true - # shellcheck disable=SC2086,SC2046 - git update-index --chmod=+x $(find . -type f -iname "*.sh") - - 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