Update lint-checks.yaml

This commit is contained in:
Alexandre
2022-01-22 22:08:08 +01:00
committed by GitHub
parent ab391fc3c6
commit 696cb9f0eb

View File

@@ -22,6 +22,7 @@ jobs:
run: |
for files in ${{ steps.changed_files.outputs.all }}; do
if [[ "$(basename ${files})" == "Dockerfile" ]]; then
echo "Hadolint ${{ steps.changed_files.outputs.all }}"
hadolint "${{ steps.changed_files.outputs.all }}"
fi
done