added debug step
Validate Home Assistant Configuration / YAML Lint (push) Successful in 8s
Validate Home Assistant Configuration / Home Assistant Config Check (push) Failing after 19s
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 20s
Validate Home Assistant Configuration / Validate Entity IDs (pull_request) Failing after 18s
Validate Home Assistant Configuration / Validate Device IDs (pull_request) Failing after 16s

This commit is contained in:
Brian Bjarke Jensen
2026-02-02 21:44:12 +01:00
parent 7d83f5517b
commit 45cfa79ab6
+6
View File
@@ -74,6 +74,12 @@ jobs:
print("✓ Generated secrets.yaml") print("✓ Generated secrets.yaml")
EOF EOF
- name: Debug - List config files
run: |
echo "Current directory: $(pwd)"
echo "Config directory contents:"
ls -la config/
- name: Validate HA Config with Docker - name: Validate HA Config with Docker
run: | run: |
docker run --rm \ docker run --rm \