Skip to content

Commit 128fd89

Browse files
authored
Create validate.yml
1 parent 43ef342 commit 128fd89

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/validate.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
- uses: "actions/checkout@v3"
15+
- name: HACS validation
16+
uses: "hacs/action@main"
17+
with:
18+
category: "plugin"

0 commit comments

Comments
 (0)