File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "Validate"
3
3
on :
4
4
workflow_dispatch :
5
5
schedule :
6
- - cron : " 0 0 * * *"
6
+ - cron : " 0 0 * * *"
7
7
push :
8
8
branches :
9
9
- " main"
@@ -16,22 +16,20 @@ jobs:
16
16
name : " Hassfest Validation"
17
17
runs-on : " ubuntu-latest"
18
18
steps :
19
- - name : " Checkout the repository"
20
- uses : " actions/checkout@v4"
19
+ - name : " Checkout the repository"
20
+ uses : " actions/checkout@v4"
21
21
22
- - name : " Run hassfest validation"
23
- uses : " home-assistant/actions/hassfest@master"
22
+ - name : " Run hassfest validation"
23
+ uses : " home-assistant/actions/hassfest@master"
24
24
25
25
hacs : # https://github.com/hacs/action
26
26
name : " HACS Validation"
27
27
runs-on : " ubuntu-latest"
28
28
steps :
29
- - name : " Checkout the repository"
30
- uses : " actions/checkout@v4"
29
+ - name : " Checkout the repository"
30
+ uses : " actions/checkout@v4"
31
31
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"
You can’t perform that action at this time.
0 commit comments