add validation workflow for HACS

This commit is contained in:
@RubenKelevra 2021-08-01 17:47:20 +02:00 committed by GitHub
commit 449de6510f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/workflows/validate.yml vendored Normal file
View file

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