Skip to content

Commit 0ca9d60

Browse files
author
David Buezas
committed
Added HACS actions
1 parent 8e0081f commit 0ca9d60

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/validate.yaml

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

0 commit comments

Comments
 (0)