Skip to content

Bump esphome from 2024.2.1 to 2024.2.2 #4

Bump esphome from 2024.2.1 to 2024.2.2

Bump esphome from 2024.2.1 to 2024.2.2 #4

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
name: Building firmware
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Mock secrets.yaml from example
run: cp secrets.yaml.example secrets.yaml
- name: Build ESPHome firmware to verify configuration
uses: esphome/[email protected]
with:
yaml_file: zehnder_comfoair_q.yaml
cache: true