Skip to content

Commit f98ddd2

Browse files
committed
chore: add HACS validation github action
1 parent 004d6bd commit f98ddd2

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/validate.yml

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

0 commit comments

Comments
 (0)