Skip to content

feat: add hacs workflows #1

feat: add hacs workflows

feat: add hacs workflows #1

Workflow file for this run

name: Validate with hassfest
on:
pull_request:
workflow_dispatch:
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"