Add build to ESPHome validation

This commit is contained in:
Edward Firmo
2023-10-12 10:35:51 +02:00
parent 15cc5b9486
commit 03395131d8
3 changed files with 25 additions and 0 deletions

View File

@@ -25,3 +25,11 @@ jobs:
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_heat.yaml
- name: Validate nspanel_esphome_prebuilt.yaml
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_prebuilt.yaml
- name: Build core
uses: esphome/build-action@v1.8.0
with:
yaml_file: /test/ESPHome/core.yaml
- name: Build core+advanced
uses: esphome/build-action@v1.8.0
with:
yaml_file: /test/ESPHome/advanced.yaml