Clean up names
This commit is contained in:
12
.github/workflows/validate_esphome.yml
vendored
12
.github/workflows/validate_esphome.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_heat.yaml
|
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_heat.yaml
|
||||||
|
|
||||||
build_core:
|
build_core:
|
||||||
name: Build core
|
name: Core
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs:
|
needs:
|
||||||
- code_scan
|
- code_scan
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
yaml_file: "./.test/esphome_core.yaml"
|
yaml_file: "./.test/esphome_core.yaml"
|
||||||
|
|
||||||
build_advanced:
|
build_advanced:
|
||||||
name: Build advanced
|
name: Advanced
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs:
|
needs:
|
||||||
- build_core
|
- build_core
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
yaml_file: "./.test/esphome_advanced.yaml"
|
yaml_file: "./.test/esphome_advanced.yaml"
|
||||||
|
|
||||||
build_climate_heat:
|
build_climate_heat:
|
||||||
name: Build climate (heat)
|
name: Climate (heat)
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs:
|
needs:
|
||||||
- build_core
|
- build_core
|
||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
yaml_file: "./.test/esphome_climate_heat.yaml"
|
yaml_file: "./.test/esphome_climate_heat.yaml"
|
||||||
|
|
||||||
build_climate_cool:
|
build_climate_cool:
|
||||||
name: Build climate (cool)
|
name: Climate (cool)
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs:
|
needs:
|
||||||
- build_core
|
- build_core
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
yaml_file: "./.test/esphome_climate_cool.yaml"
|
yaml_file: "./.test/esphome_climate_cool.yaml"
|
||||||
|
|
||||||
build_climate_heat_advanced:
|
build_climate_heat_advanced:
|
||||||
name: Build advanced climate (heat)
|
name: Advanced+climate (heat)
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs:
|
needs:
|
||||||
- build_climate_heat
|
- build_climate_heat
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"
|
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"
|
||||||
|
|
||||||
build_climate_heat_advanced_arduino:
|
build_climate_heat_advanced_arduino:
|
||||||
name: Build arduino
|
name: Arduino
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs:
|
needs:
|
||||||
- build_climate_heat
|
- build_climate_heat
|
||||||
|
|||||||
Reference in New Issue
Block a user