Skip to content

Fix Import URLs

Fix Import URLs #9

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/MTR-1.yaml
- Integrations/ESPHome/MTR-1_BLE.yaml
- Integrations/ESPHome/MTR-1_Factory.yaml
steps:
- name: Checkout source code
uses: actions/checkout@v4.1.7
- name: Build ESPHome firmware to verify configuration
uses: esphome/build-action@v3.1.0
with:
yaml_file: ${{ matrix.file }}