mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-30 11:16:06 +02:00
Update lint-checks.yaml
This commit is contained in:
1
.github/workflows/lint-checks.yaml
vendored
1
.github/workflows/lint-checks.yaml
vendored
@@ -22,6 +22,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
for files in ${{ steps.changed_files.outputs.all }}; do
|
for files in ${{ steps.changed_files.outputs.all }}; do
|
||||||
if [[ "$(basename ${files})" == "Dockerfile" ]]; then
|
if [[ "$(basename ${files})" == "Dockerfile" ]]; then
|
||||||
|
echo "Hadolint ${{ steps.changed_files.outputs.all }}"
|
||||||
hadolint "${{ steps.changed_files.outputs.all }}"
|
hadolint "${{ steps.changed_files.outputs.all }}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user