Skip to content

Update shared config #192

Update shared config

Update shared config #192

Workflow file for this run

name: Build Component
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
config:
- file: .github/arduino-component.yaml
- file: .github/idf-component.yaml
steps:
- name: Checkout
uses: actions/[email protected]
- name: Compile Firmware
uses: esphome/[email protected]
with:
yaml-file: ${{ matrix.config.file }}