Skip to content

Bump esphome from 2024.5.0 to 2024.5.4 #2

Bump esphome from 2024.5.0 to 2024.5.4

Bump esphome from 2024.5.0 to 2024.5.4 #2

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
name: Building ${{ matrix.file }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
file:
- argoclima-ir-m5stack-atoms3.yml
steps:
- uses: actions/checkout@v4.1.4
- name: Mock secrets.yaml from example
run: cp secrets.yaml.example secrets.yaml
- name: Build ESPHome firmware to verify configuration
uses: esphome/build-action@v2.0.0
with:
yaml_file: ${{ matrix.file }}
cache: true