Update validate_esphome.yml

This commit is contained in:
Edward Firmo
2023-10-13 10:45:40 +02:00
parent 3a165886c8
commit b575e77563

View File

@@ -23,12 +23,11 @@ jobs:
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_cool.yaml
- name: Validate nspanel_esphome_addon_climate_heat.yaml
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_heat.yaml
- uses: actions/checkout@v4.1.0
- name: Build core
uses: esphome/build-action@v1.8.0
with:
yaml_file: "/test/esphome_core.yaml"
yaml_file: "./test/esphome_core.yaml"
- name: Build core+advanced
uses: esphome/build-action@v1.8.0
with:
yaml_file: "/test/esphome_advanced.yaml"
yaml_file: "./test/esphome_advanced.yaml"