mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2025-01-19 21:11:21 +01:00
Add Github Workflow for linting addon config
This commit is contained in:
parent
f464746983
commit
29cdb761a6
21
.github/workflows/lint.yml
vendored
Normal file
21
.github/workflows/lint.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: Lint
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: Add-on configuration
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: ⤵️ Check out code from GitHub
|
||||
uses: actions/checkout@v2
|
||||
- name: 🚀 Run Home Assistant Add-on Lint on ESPHome
|
||||
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"
|
Loading…
Reference in New Issue
Block a user