Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

Commit 7108ccc

Browse files
committed
Try hacs validation again
1 parent 74f504f commit 7108ccc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/validate.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
uses: "actions/checkout@v2"
1919
- name: Hassfest validation
2020
uses: "home-assistant/actions/hassfest@master"
21-
# - name: HACS validation
22-
# uses: "hacs/integration/action@master"
23-
# with:
24-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
# CATEGORY: "integration"
21+
- name: HACS validation
22+
uses: "hacs/integration/action@master"
23+
with:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
CATEGORY: "integration"

0 commit comments

Comments
 (0)