Update onpush_superlinter.yml

This commit is contained in:
Alexandre
2023-02-08 20:08:50 +01:00
committed by GitHub
parent d9f73e0d1f
commit 740baabd4e

View File

@@ -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