Skip to content

chore(ci): bump actions/checkout from 5.0.0 to 5.0.1 in the github-actions group #22

chore(ci): bump actions/checkout from 5.0.0 to 5.0.1 in the github-actions group

chore(ci): bump actions/checkout from 5.0.0 to 5.0.1 in the github-actions group #22

Workflow file for this run

name: CI
on:
pull_request:
permissions:
# Allow GITHUB_TOKEN to add labels to pull requests
pull-requests: write
issues: write
contents: read
id-token: write
jobs:
label-check:
name: Label Check
uses: ApolloAutomation/Workflows/.github/workflows/label-check.yml@main
ci:
name: Building ${{ matrix.file }} / ESPHome ${{ matrix.esphome-version }} / ESPHome ${{ matrix.esphome-version }}
runs-on: ubuntu-latest
strategy:
matrix:
file:
- Integrations/ESPHome/H-2.yaml
- Integrations/ESPHome/H-2D.yaml
esphome-version:
- stable
- beta
- dev
steps:
- name: Checkout source code
uses: actions/checkout@v6.0.1
- name: Build ESPHome firmware to verify configuration
uses: esphome/build-action@v7
with:
yaml-file: ${{ matrix.file }}