Skip to content

Commit 796b383

Browse files
authored
Add GitHub Actions workflow for validation
1 parent 527347b commit 796b383

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/validate.yml

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

0 commit comments

Comments
 (0)