Skip to content

Commit 2d84712

Browse files
committed
Added HACS validation workflow
1 parent a9112fd commit 2d84712

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: HACS Validation
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
validate:
11+
name: Run HACS Validation
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout Repository
15+
uses: actions/checkout@v4
16+
17+
- name: Run HACS Validation
18+
uses: hacs/action@main

0 commit comments

Comments
 (0)