Skip to content

Remove old add-ons

Remove old add-ons #64

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
name: Add-on configuration
runs-on: ubuntu-latest
strategy:
matrix:
channel: [porcupine1, snowboy, assist_microphone]
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
- name: 🚀 Run Home Assistant Add-on Lint on ${{ matrix.channel }}
uses: frenck/[email protected]
with:
path: "./${{ matrix.channel }}"