mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-19 16:17:40 +01:00
Enhance Github action
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
e048e04a20
commit
1790ef28ef
15
.github/workflows/lint.yml
vendored
15
.github/workflows/lint.yml
vendored
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user