Skip to content

Commit

Permalink
Merge pull request #112 from MislavMandaric/chore/hacs-action-ignore
Browse files Browse the repository at this point in the history
Removal of ignore for brand validation in HACS action
  • Loading branch information
MislavMandaric authored May 15, 2022
2 parents 662ddf3 + f147fbc commit 697ebbe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ jobs:
validate:

runs-on: "ubuntu-latest"
name: Validate

steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands
- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ jobs:
validate:

runs-on: "ubuntu-latest"
name: Validate

steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands
- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ jobs:
validate:

runs-on: "ubuntu-latest"
name: Validate

steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands
- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"

0 comments on commit 697ebbe

Please sign in to comment.