Skip to content

Commit cf70b3f

Browse files
authored
Create main.yml
1 parent c37224e commit cf70b3f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/main.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Validate with hassfest
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@v2"
14+
- uses: "home-assistant/actions/hassfest@master"
15+
hacs:
16+
name: HACS Action
17+
runs-on: "ubuntu-latest"
18+
steps:
19+
- name: HACS Action
20+
uses: "hacs/action@main"
21+
with:
22+
category: "integration"

0 commit comments

Comments
 (0)