mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-11-09 09:59:46 +01:00
22 lines
682 B
YAML
22 lines
682 B
YAML
|
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"
|