HACS Validation

Validation workflow for HACS.
pull/14/head
schizza 2024-04-19 12:58:07 +02:00
parent 80e5f5a4ed
commit 640924ffcc
1 changed files with 18 additions and 0 deletions

18
.github/workflows/validate.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Validate
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"