mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 19:31:01 +01: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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user