Skip to content

Commit ecbc3a7

Browse files
committed
Updated HACS validation workflow
1 parent a7b2523 commit ecbc3a7

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

.github/workflows/validate.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Validate"
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "0 0 * * *"
77
push:
88
branches:
99
- "main"
@@ -16,22 +16,20 @@ jobs:
1616
name: "Hassfest Validation"
1717
runs-on: "ubuntu-latest"
1818
steps:
19-
- name: "Checkout the repository"
20-
uses: "actions/checkout@v4"
19+
- name: "Checkout the repository"
20+
uses: "actions/checkout@v4"
2121

22-
- name: "Run hassfest validation"
23-
uses: "home-assistant/actions/hassfest@master"
22+
- name: "Run hassfest validation"
23+
uses: "home-assistant/actions/hassfest@master"
2424

2525
hacs: # https://github.com/hacs/action
2626
name: "HACS Validation"
2727
runs-on: "ubuntu-latest"
2828
steps:
29-
- name: "Checkout the repository"
30-
uses: "actions/checkout@v4"
29+
- name: "Checkout the repository"
30+
uses: "actions/checkout@v4"
3131

32-
- name: "Run HACS validation"
33-
uses: "hacs/action@main"
34-
with:
35-
category: "integration"
36-
# Remove this 'ignore' key when you have added brand images for your integration to https://github.com/home-assistant/brands
37-
ignore: "brands"
32+
- name: "Run HACS validation"
33+
uses: "hacs/action@main"
34+
with:
35+
category: "integration"

0 commit comments

Comments
 (0)