Skip to content

Commit 3ed7303

Browse files
committed
Add GitHub workflow for HACS
1 parent 837d040 commit 3ed7303

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/hacs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: HACS Action
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: "0 0 * * *"
8+
9+
jobs:
10+
hacs:
11+
name: HACS Action
12+
runs-on: "ubuntu-latest"
13+
steps:
14+
- name: HACS Action
15+
uses: "hacs/action@main"
16+
with:
17+
category: "integration"

0 commit comments

Comments
 (0)