tried different shell variable
Validate Home Assistant Configuration / YAML Lint (push) Successful in 9s
Validate Home Assistant Configuration / Home Assistant Config Check (push) Failing after 21s
Validate Home Assistant Configuration / Validate Entity IDs (push) Failing after 17s
Validate Home Assistant Configuration / Validate Device IDs (push) Failing after 17s
Validate Home Assistant Configuration / YAML Lint (pull_request) Successful in 8s
Validate Home Assistant Configuration / Home Assistant Config Check (pull_request) Failing after 21s
Validate Home Assistant Configuration / Validate Entity IDs (pull_request) Failing after 17s
Validate Home Assistant Configuration / Validate Device IDs (pull_request) Failing after 16s

This commit is contained in:
Brian Bjarke Jensen
2026-02-02 21:46:03 +01:00
parent 45cfa79ab6
commit c49355c29e
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
- name: Validate HA Config with Docker
run: |
docker run --rm \
-v "$(pwd)/config":/config \
-v "$PWD/config":/config \
-w /config \
homeassistant/home-assistant:latest \
python -m homeassistant --script check_config --config /config