Add workflow for HACS validation

This commit is contained in:
Jules 2023-12-22 18:54:04 +01:00
parent aff79f709c
commit 7ec95cae38
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A

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"