mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-11-09 09:59:46 +01:00
1790ef28ef
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
17 lines
477 B
YAML
17 lines
477 B
YAML
name: Lint
|
|
on: [push, pull_request]
|
|
jobs:
|
|
build:
|
|
name: Add-on configuration
|
|
runs-on: ubuntu-latest
|
|
strategy:
|
|
matrix:
|
|
channel: [esphome, esphome-beta, esphome-dev]
|
|
steps:
|
|
- name: ⤵️ Check out code from GitHub
|
|
uses: actions/checkout@v2
|
|
- name: 🚀 Run Home Assistant Add-on Lint on ${{ matrix.channel }}
|
|
uses: frenck/action-addon-linter@v2
|
|
with:
|
|
path: "./${{ matrix.channel }}"
|