1
0

Enhance Github action

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Florian Gareis
2021-02-08 17:53:33 +01:00
committed by GitHub
Unverified
parent e048e04a20
commit 1790ef28ef

View File

@@ -4,18 +4,13 @@ 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 ESPHome
- name: 🚀 Run Home Assistant Add-on Lint on ${{ matrix.channel }}
uses: frenck/action-addon-linter@v2
with:
path: "./esphome"
- name: 🚀 Run Home Assistant Add-on Lint on ESPHome-Beta
uses: frenck/action-addon-linter@v2
with:
path: "./esphome-beta"
- name: 🚀 Run Home Assistant Add-on Lint on ESPHome-Dev
uses: frenck/action-addon-linter@v2
with:
path: "./esphome-dev"
path: "./${{ matrix.channel }}"