1
0
Fork 0
mirror of https://github.com/Andre0512/hon.git synced 2025-01-11 04:15:28 +00:00
hOn/.github/workflows/validate.yml
2023-03-06 18:41:13 +01:00

15 lines
249 B
YAML

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"