Skip to content

Update MSR-1 Discord Link #7

Update MSR-1 Discord Link

Update MSR-1 Discord Link #7

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
name: Building ${{ matrix.file }}
runs-on: ubuntu-latest
strategy:
matrix:
file:
- Integrations/ESPHome/MSR-1.yaml
- Integrations/ESPHome/MSR-1_BLE.yaml
- Integrations/ESPHome/MSR-1_Factory.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 }}