From 740baabd4e28f10bd12c5096e6726dc2471f2137 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 8 Feb 2023 20:08:50 +0100 Subject: [PATCH] Update onpush_superlinter.yml --- .github/workflows/onpush_superlinter.yml | 16 ---------------- 1 file changed, 16 deletions(-) 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