Add prebuilt to yamlscan on ESPHome validation

This commit is contained in:
Edward Firmo
2024-04-09 08:13:01 +02:00
parent 694ab4f98f
commit 75c35399f1

View File

@@ -62,6 +62,10 @@ jobs:
run: yamllint -c "./.rules/yamllint.yml" esphome/nspanel_esphome_addon_climate_heat.yaml
- name: Validate nspanel_esphome_addon_climate_dual.yaml
run: yamllint -c "./.rules/yamllint.yml" esphome/nspanel_esphome_addon_climate_dual.yaml
- name: Validate nspanel_esphome_prebuilt.yaml
run: yamllint -c "./.rules/yamllint.yml" prebuilt/nspanel_esphome_prebuilt.yaml
- name: Validate wall_display.yaml
run: yamllint -c "./.rules/yamllint.yml" prebuilt/wall_display.yaml
build_core:
name: Core