Skip to content

Update Project Names #9

Update Project Names

Update Project Names #9

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
name: Building ${{ matrix.file }}
runs-on: ubuntu-latest
strategy:
matrix:
file: # TODO: Rename
- Integrations/ESPHome/H-1.yaml
- Integrations/ESPHome/H-1D.yaml
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 }}