2
.github/workflows/release_tag.yml
vendored
2
.github/workflows/release_tag.yml
vendored
@@ -12,6 +12,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4.1.0
|
uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
|
|
||||||
- name: Set up Git
|
- name: Set up Git
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/validate_blueprint.yml
vendored
2
.github/workflows/validate_blueprint.yml
vendored
@@ -17,6 +17,8 @@ jobs:
|
|||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Validate nspanel_blueprint.yaml
|
- name: Validate nspanel_blueprint.yaml
|
||||||
run: yamllint -c "./.rules/yamllint.yml" nspanel_blueprint.yaml
|
run: yamllint -c "./.rules/yamllint.yml" nspanel_blueprint.yaml
|
||||||
...
|
...
|
||||||
|
|||||||
20
.github/workflows/validate_esphome.yml
vendored
20
.github/workflows/validate_esphome.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
|||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Validate nspanel_esphome.yaml
|
- name: Validate nspanel_esphome.yaml
|
||||||
run: yamllint -c "./.rules/yamllint.yml" nspanel_esphome.yaml
|
run: yamllint -c "./.rules/yamllint.yml" nspanel_esphome.yaml
|
||||||
- name: Validate nspanel_esphome_core.yaml
|
- name: Validate nspanel_esphome_core.yaml
|
||||||
@@ -50,6 +52,8 @@ jobs:
|
|||||||
- code_scan
|
- code_scan
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core
|
- name: Build core
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -62,6 +66,8 @@ jobs:
|
|||||||
- build_core
|
- build_core
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+advanced
|
- name: Build core+advanced
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -74,6 +80,8 @@ jobs:
|
|||||||
- build_core
|
- build_core
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+climate_heat
|
- name: Build core+climate_heat
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -86,6 +94,8 @@ jobs:
|
|||||||
- build_core
|
- build_core
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+climate_cool
|
- name: Build core+climate_cool
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -98,6 +108,8 @@ jobs:
|
|||||||
- build_core
|
- build_core
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+climate_dual
|
- name: Build core+climate_dual
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -111,6 +123,8 @@ jobs:
|
|||||||
- build_advanced
|
- build_advanced
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+advanced+climate_heat
|
- name: Build core+advanced+climate_heat
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -124,6 +138,8 @@ jobs:
|
|||||||
- build_advanced
|
- build_advanced
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+advanced+climate_cool+esp_idf
|
- name: Build core+advanced+climate_cool+esp_idf
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -137,6 +153,8 @@ jobs:
|
|||||||
- build_climate_dual
|
- build_climate_dual
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+climate_dual+bt_proxy+esp_idf5
|
- name: Build core+climate_dual+bt_proxy+esp_idf5
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -150,6 +168,8 @@ jobs:
|
|||||||
- build_climate_cool_advanced_esp_idf
|
- build_climate_cool_advanced_esp_idf
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+advanced+climate_heat+customizations
|
- name: Build core+advanced+climate_heat+customizations
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
20
.github/workflows/validate_esphome_beta.yml
vendored
20
.github/workflows/validate_esphome_beta.yml
vendored
@@ -16,6 +16,8 @@ jobs:
|
|||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Validate nspanel_esphome.yaml
|
- name: Validate nspanel_esphome.yaml
|
||||||
run: yamllint -c "./.rules/yamllint.yml" nspanel_esphome.yaml
|
run: yamllint -c "./.rules/yamllint.yml" nspanel_esphome.yaml
|
||||||
- name: Validate nspanel_esphome_core.yaml
|
- name: Validate nspanel_esphome_core.yaml
|
||||||
@@ -40,6 +42,8 @@ jobs:
|
|||||||
- code_scan
|
- code_scan
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core
|
- name: Build core
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -53,6 +57,8 @@ jobs:
|
|||||||
- build_core
|
- build_core
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+advanced
|
- name: Build core+advanced
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -66,6 +72,8 @@ jobs:
|
|||||||
- build_core
|
- build_core
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+climate_heat
|
- name: Build core+climate_heat
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -79,6 +87,8 @@ jobs:
|
|||||||
- build_core
|
- build_core
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+climate_cool
|
- name: Build core+climate_cool
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -92,6 +102,8 @@ jobs:
|
|||||||
- build_core
|
- build_core
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+climate_dual
|
- name: Build core+climate_dual
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -106,6 +118,8 @@ jobs:
|
|||||||
- build_advanced
|
- build_advanced
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+advanced+climate_heat
|
- name: Build core+advanced+climate_heat
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -120,6 +134,8 @@ jobs:
|
|||||||
- build_advanced
|
- build_advanced
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+advanced+climate_cool+esp_idf
|
- name: Build core+advanced+climate_cool+esp_idf
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -134,6 +150,8 @@ jobs:
|
|||||||
- build_climate_dual
|
- build_climate_dual
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+climate_dual+bt_proxy+esp_idf5
|
- name: Build core+climate_dual+bt_proxy+esp_idf5
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
@@ -148,6 +166,8 @@ jobs:
|
|||||||
- build_climate_cool_advanced_esp_idf
|
- build_climate_cool_advanced_esp_idf
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
- name: Build core+advanced+climate_heat+customizations
|
- name: Build core+advanced+climate_heat+customizations
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
4
.github/workflows/validate_markdown.yml
vendored
4
.github/workflows/validate_markdown.yml
vendored
@@ -18,6 +18,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v4.1.0
|
uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
|
|
||||||
# https://github.com/marketplace/actions/markdownlint-cli2-action
|
# https://github.com/marketplace/actions/markdownlint-cli2-action
|
||||||
- name: Identify changed files
|
- name: Identify changed files
|
||||||
@@ -42,6 +44,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v4.1.0
|
uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
|
|
||||||
# https://github.com/gaurav-nelson/github-action-markdown-link-check
|
# https://github.com/gaurav-nelson/github-action-markdown-link-check
|
||||||
- name: Markdown links
|
- name: Markdown links
|
||||||
|
|||||||
2
.github/workflows/validate_yamllint.yml
vendored
2
.github/workflows/validate_yamllint.yml
vendored
@@ -20,6 +20,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v4.1.0
|
uses: actions/checkout@v4.1.0
|
||||||
|
with:
|
||||||
|
fetch-depth: '0'
|
||||||
|
|
||||||
- name: Identify changed files
|
- name: Identify changed files
|
||||||
uses: tj-actions/changed-files@v41
|
uses: tj-actions/changed-files@v41
|
||||||
|
|||||||
Reference in New Issue
Block a user