Skip to content

Hassfest

Hassfest #126

Workflow file for this run

---
name: "Hassfest"
on:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
- synchronize
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
hassfest:
name: "🚀 Hassfest"
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: actions/checkout@v3
- name: "Run hassfest validation"
uses: home-assistant/actions/hassfest@master