mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +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
|
runs-on: ubuntu-24.04
|
||||||
needs:
|
needs:
|
||||||
- info
|
- info
|
||||||
- pre-commit
|
if: |
|
||||||
|
github.event.inputs.pylint-only != 'true'
|
||||||
|
&& github.event.inputs.mypy-only != 'true'
|
||||||
|
&& github.event.inputs.audit-licenses-only != 'true'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
file:
|
file:
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- Dockerfile.dev
|
- Dockerfile.dev
|
||||||
|
- script/hassfest/docker/Dockerfile
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code from GitHub
|
- name: Check out code from GitHub
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.1.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user