Skip to content

Commit

Permalink
Enable hadolint for hassfest docker image and adjust hadolint job (ho…
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Sep 9, 2024
1 parent 6ea59ff commit 0459596
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,13 +434,17 @@ jobs:
runs-on: ubuntu-24.04
needs:
- info
- pre-commit
if: |
github.event.inputs.pylint-only != 'true'
&& github.event.inputs.mypy-only != 'true'
&& github.event.inputs.audit-licenses-only != 'true'
strategy:
fail-fast: false
matrix:
file:
- Dockerfile
- Dockerfile.dev
- script/hassfest/docker/Dockerfile
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
Expand Down

0 comments on commit 0459596

Please sign in to comment.