This commit is contained in:
Edward Firmo
2024-01-11 17:23:10 +01:00
parent 9f5e162b11
commit a03e348a90
4 changed files with 39 additions and 27 deletions

View File

@@ -1,5 +1,7 @@
---
name: Validate Blueprint YAML
# yamllint disable-line rule:truthy
on:
push:
paths:
@@ -19,3 +21,4 @@ jobs:
- uses: actions/checkout@v4.1.0
- name: Validate nspanel_blueprint.yaml
run: yamllint -c "./.rules/yamllint.yml" nspanel_blueprint.yaml
...

View File

@@ -1,5 +1,7 @@
---
name: Validate ESPHome
# yamllint disable-line rule:truthy
on:
push:
paths:
@@ -150,3 +152,4 @@ jobs:
uses: esphome/build-action@v1.8.0
with:
yaml_file: "./.test/esphome_advanced_climate_heat_customizations.yaml"
...

View File

@@ -1,5 +1,7 @@
---
name: Validate ESPHome (beta)
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
@@ -151,3 +153,4 @@ jobs:
with:
yaml_file: "./.test/esphome_advanced_climate_heat_customizations.yaml"
version: beta
...

View File

@@ -1,5 +1,7 @@
---
name: Validate Markdown
# yamllint disable-line rule:truthy
on:
pull_request:
paths:
@@ -48,3 +50,4 @@ jobs:
check-modified-files-only: yes
config-file: '.rules/mlc_config.json'
base-branch: 'main'
...