mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 11:21:02 +01: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
|
||||
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 }}"
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user