Skip to content

Create Minimal Firmware On ESPHome Addon Import #17

Create Minimal Firmware On ESPHome Addon Import

Create Minimal Firmware On ESPHome Addon Import #17

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
name: Building ${{ matrix.file }}
runs-on: ubuntu-latest
strategy:
matrix:
file:
- Integrations/ESPHome/H-1.yaml
- Integrations/ESPHome/H-1D.yaml
- Integrations/ESPHome/H-1_Minimal.yaml
esphome-version:
- stable
- beta
- dev
steps:
- name: Checkout source code
uses: actions/[email protected]
- name: Build ESPHome firmware to verify configuration
uses: esphome/[email protected]
with:
yaml_file: ${{ matrix.file }}