Skip to content

Commit 6aade0f

Browse files
committed
comment hacs
1 parent 4ff2fac commit 6aade0f

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/validate.yml

+11-12
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,15 @@ jobs:
2222
- name: "Run hassfest validation"
2323
uses: "home-assistant/actions/hassfest@master"
2424

25-
hacs: # https://github.com/hacs/action
26-
name: "HACS Validation"
27-
runs-on: "ubuntu-latest"
28-
steps:
29-
- name: "Checkout the repository"
30-
uses: "actions/checkout@v4.1.0"
25+
# TODO add topics on repo and uncomment
26+
# hacs: # https://github.com/hacs/action
27+
# name: "HACS Validation"
28+
# runs-on: "ubuntu-latest"
29+
# steps:
30+
# - name: "Checkout the repository"
31+
# uses: "actions/checkout@v4.1.0"
3132

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"
33+
# - name: "Run HACS validation"
34+
# uses: "hacs/action@main"
35+
# with:
36+
# category: "integration"

0 commit comments

Comments
 (0)