We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e888c9 commit d8ddec3Copy full SHA for d8ddec3
.github/workflows/hacs.yml
@@ -0,0 +1,16 @@
1
+name: HACS Validation
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
+ pull_request:
7
8
9
+jobs:
10
+ hacs:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ - uses: hacs/action@main
15
+ with:
16
+ category: integration
.github/workflows/hassfest.yml
@@ -0,0 +1,14 @@
+name: Hassfest Validation
+ hassfest:
+ - uses: home-assistant/actions/hassfest@master
0 commit comments