Skip to content

Commit

Permalink
Merge pull request #7 from custom-components/gerard33-patch-2
Browse files Browse the repository at this point in the history
Update pushpull.yaml
  • Loading branch information
gerard33 authored Jun 5, 2021
2 parents d1d7e05 + 2354ed8 commit 0b647e6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/pushpull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,21 @@ on: # yamllint disable-line rule:truthy
pull_request:

jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- name: HACS Action
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands
validate:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/checkout@v2"

- name: HACS validation
uses: "hacs/integration/action@master"
env:
SKIP_BRANDS_CHECK: "True"
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CATEGORY: "integration"

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

Expand Down

0 comments on commit 0b647e6

Please sign in to comment.