mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 23:54:55 +02:00
Update lint-checks.yaml
This commit is contained in:
11
.github/workflows/lint-checks.yaml
vendored
11
.github/workflows/lint-checks.yaml
vendored
@@ -22,11 +22,12 @@ jobs:
|
|||||||
uses: jitterbit/get-changed-files@v1
|
uses: jitterbit/get-changed-files@v1
|
||||||
|
|
||||||
- name: 🔎 Run hadolint
|
- name: 🔎 Run hadolint
|
||||||
run: for file in ${{ env.HADOLINT_FILES }}; do
|
run: hadolint "${{ steps.changed_files.outputs.all }}"
|
||||||
if [[ "${{ steps.changed_files.outputs.all }}" == "$file" ]]; then
|
#for file in ${{ env.HADOLINT_FILES }}; do
|
||||||
hadolint "$( basename ${{ steps.changed_files.outputs.all }})"
|
# if [[ "${{ steps.changed_files.outputs.all }}" == "$file" ]]; then
|
||||||
fi
|
# hadolint "$( basename ${{ steps.changed_files.outputs.all }})"
|
||||||
done
|
# fi
|
||||||
|
# done
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user