Add hacs.yaml github workflow

This commit is contained in:
Jean-Marc Collin
2023-05-14 11:11:55 +02:00
parent 90a6c926e3
commit e16daa3d53

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

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