Skip to content

Merge pull request #22 from rhasspy/dependabot/github_actions/actions… #63

Merge pull request #22 from rhasspy/dependabot/github_actions/actions…

Merge pull request #22 from rhasspy/dependabot/github_actions/actions… #63

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@v4
- name: 🚀 Run Home Assistant Add-on Lint on ${{ matrix.channel }}
uses: frenck/[email protected]
with:
path: "./${{ matrix.channel }}"