mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update lint-checks.yaml
This commit is contained in:
5
.github/workflows/lint-checks.yaml
vendored
5
.github/workflows/lint-checks.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user