Merge pull request #22 from rhasspy/dependabot/github_actions/actions… #63
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" |