Skip to content

Initial commit

Initial commit #8

Workflow file for this run

name: Lint Add-on
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"
jobs:
lint:
name: Lint add-on ${{ matrix.addon }}
runs-on: ubuntu-latest
strategy:
matrix:
addon: ["custom_whisper"]
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected]
- name: 🚀 Run Home Assistant Add-on Lint
uses: frenck/[email protected]
with:
path: "./${{ matrix.addon }}"