Create hacs.yml

This commit is contained in:
StephanJoubert 2022-01-19 11:26:37 +02:00 committed by GitHub
parent ea0c12d5fd
commit 7e5778efeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

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

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