Update lint-checks.yaml

This commit is contained in:
Alexandre
2022-01-22 21:55:35 +01:00
committed by GitHub
parent aa8d4fed50
commit 1eadd87aa5

View File

@@ -23,11 +23,6 @@ jobs:
- name: 🔎 Run hadolint
run: hadolint "${{ steps.changed_files.outputs.all }}"
#for file in ${{ env.HADOLINT_FILES }}; do
# if [[ "${{ steps.changed_files.outputs.all }}" == "$file" ]]; then
# hadolint "$( basename ${{ steps.changed_files.outputs.all }})"
# fi
# done
shellcheck:
runs-on: ubuntu-latest