Skip to content

Commit

Permalink
CI validate update
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotak committed Mar 6, 2021
1 parent 07859bc commit ac5f89e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: Validate
on:
push:
paths-ignore:
- 'README.md'
- "README.md"
- "info.md"
branches:
- master
pull_request:
branches:
- '*'
- "*"

jobs:
validate:
Expand All @@ -17,11 +18,13 @@ jobs:
- name: Checkout
uses: "actions/checkout@v2"

- name: Check PEP8
uses: andymckay/[email protected]

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

CATEGORY: integration

- name: HASSFEST
uses: home-assistant/actions/hassfest@master

0 comments on commit ac5f89e

Please sign in to comment.