Skip to content

Commit 5492763

Browse files
committed
moved and updated to latest HACS validation
1 parent 02698f7 commit 5492763

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
name: HACS Action
1+
name: Validate
22

33
on:
44
push:
55
pull_request:
66
schedule:
77
- cron: "0 0 * * *"
8+
workflow_dispatch:
9+
10+
permissions: {}
811

912
jobs:
10-
hacs:
11-
name: HACS Action
13+
validate-hacs:
1214
runs-on: "ubuntu-latest"
1315
steps:
14-
- name: HACS Action
16+
- name: HACS validation
1517
uses: "hacs/action@main"
1618
with:
1719
category: "integration"

0 commit comments

Comments
 (0)