mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
Update onpush_superlinter.yml
This commit is contained in:
16
.github/workflows/onpush_superlinter.yml
vendored
16
.github/workflows/onpush_superlinter.yml
vendored
@@ -13,22 +13,6 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
jobs:
|
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:
|
run-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user