Skip to content

Commit 71cd600

Browse files
authored
Add required github actions
1 parent 85505e0 commit 71cd600

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)