Skip to content

Commit

Permalink
Added HACS to validation
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Mar 6, 2024
1 parent 6c93e50 commit ee27795
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"

# hacs: # https://github.com/hacs/action
# name: "HACS Validation"
# runs-on: "ubuntu-latest"
# steps:
# - name: "Checkout the repository"
# uses: "actions/checkout@v4.1.1"
hacs: # https://github.com/hacs/action
name: "HACS Validation"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.1"

# - name: "Run HACS validation"
# uses: "hacs/action@main"
# with:
# category: "integration"
- name: "Run HACS validation"
uses: "hacs/action@main"
with:
category: "integration"

0 comments on commit ee27795

Please sign in to comment.