HASSfest validation

pull/14/head
schizza 2024-04-19 13:27:04 +02:00
parent 640924ffcc
commit df420369a2
1 changed files with 14 additions and 0 deletions

14
.github/workflows/hassfest.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Validate with hassfest
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: home-assistant/actions/hassfest@master