1
0
Fork 0
mirror of https://github.com/Andre0512/hon.git synced 2025-01-11 12:25:27 +00:00
hOn/.github/workflows/validate.yml

15 lines
249 B
YAML
Raw Normal View History

2023-03-05 20:16:09 +00:00
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"