Skip to content

Commit baa329d

Browse files
author
Thomas Heinz
committed
Add HACS validation GitHub Action
1 parent d2bd044 commit baa329d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/hacs.yaml

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

0 commit comments

Comments
 (0)