mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 13:54:05 +02:00
Update lint-checks.yaml
This commit is contained in:
2
.github/workflows/lint-checks.yaml
vendored
2
.github/workflows/lint-checks.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 🔎 Run hadolint
|
- name: 🔎 Run hadolint
|
||||||
run: for file in ${{ env.HADOLINT_FILES }}; do
|
run: for file in ${{ env.HADOLINT_FILES }}; do
|
||||||
if [[ "${{ steps.changed_files.outputs.all }}" == **/"$file" ]]; then
|
if [[ "${{ steps.changed_files.outputs.all }}" == *"$file"* ]]; then
|
||||||
hadolint "${{ steps.changed_files.outputs.all }}"
|
hadolint "${{ steps.changed_files.outputs.all }}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user