mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Enable hadolint for hassfest docker image and adjust hadolint job (#125146)
This commit is contained in:
parent
6ea59ffa94
commit
0459596e97
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user