Skip to content

Commit c0b80a6

Browse files
authored
Created validate.yml
mergerd hassfest with hacs
1 parent 130a0fb commit c0b80a6

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github /workflows/validate.yml

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

0 commit comments

Comments
 (0)