Skip to content

Commit

Permalink
Enable brands check in hacs validation github action
Browse files Browse the repository at this point in the history
  • Loading branch information
verdel committed Mar 13, 2024
1 parent d92955e commit 97d3d49
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,23 @@ on:

jobs:
hacs:
runs-on: "ubuntu-latest"
runs-on: ubuntu-latest
name: HACS
steps:
- name: Check out the repository
uses: actions/checkout@v4

- name: HACS validation
uses: "hacs/[email protected]"
uses: hacs/[email protected]
with:
category: "integration"
ignore: brands
category: integration

hassfest:
runs-on: "ubuntu-latest"
runs-on: ubuntu-latest
name: Hassfest
steps:
- name: Check out the repository
uses: actions/checkout@v4

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
uses: home-assistant/actions/hassfest@master

0 comments on commit 97d3d49

Please sign in to comment.