This commit is contained in:
Edward Firmo
2024-02-12 12:52:15 +01:00
parent 156dbf8345
commit a52a7cee55
6 changed files with 25 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
- name: Validate nspanel_esphome.yaml
run: yamllint -c "./.rules/yamllint.yml" nspanel_esphome.yaml
- name: Validate nspanel_esphome_core.yaml
@@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
- name: Build core
uses: esphome/build-action@v1.8.0
with:
@@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
- name: Build core+advanced
uses: esphome/build-action@v1.8.0
with:
@@ -73,7 +73,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
- name: Build core+climate_heat
uses: esphome/build-action@v1.8.0
with:
@@ -88,7 +88,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
- name: Build core+climate_cool
uses: esphome/build-action@v1.8.0
with:
@@ -103,7 +103,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
- name: Build core+climate_dual
uses: esphome/build-action@v1.8.0
with:
@@ -119,7 +119,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
- name: Build core+advanced+climate_heat
uses: esphome/build-action@v1.8.0
with:
@@ -135,7 +135,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
- name: Build core+advanced+climate_cool+esp_idf
uses: esphome/build-action@v1.8.0
with:
@@ -151,7 +151,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
- name: Build core+climate_dual+bt_proxy+esp_idf5
uses: esphome/build-action@v1.8.0
with:
@@ -167,7 +167,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
- name: Build core+advanced+climate_heat+customizations
uses: esphome/build-action@v1.8.0
with: