Skip to content

Merge pull request #8 from rhasspy/dependabot/github_actions/frenck/a… #62

Merge pull request #8 from rhasspy/dependabot/github_actions/frenck/a…

Merge pull request #8 from rhasspy/dependabot/github_actions/frenck/a… #62

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
name: Add-on configuration
runs-on: ubuntu-latest
strategy:
matrix:
channel: [rhasspy, voice-de-thorsten, voice-es-css10, voice-fr-siwis, voice-nl-rdh, voice-ru-nikolaev]
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2
- name: 🚀 Run Home Assistant Add-on Lint on ${{ matrix.channel }}
uses: frenck/[email protected]
with:
path: "./${{ matrix.channel }}"