Skip to content

Bump aiounifi from 77 to 78 #395

Bump aiounifi from 77 to 78

Bump aiounifi from 77 to 78 #395

Workflow file for this run

name: Validate with hassfest
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4"
- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"