Skip to content

Commit f886192

Browse files
Create validate.yml
1 parent c9570e4 commit f886192

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/validate.yml

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

0 commit comments

Comments
 (0)