Skip to content

Commit

Permalink
CI validate
Browse files Browse the repository at this point in the history
  • Loading branch information
myhomeiot committed Mar 27, 2021
1 parent 37e9852 commit 4f3ef7e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Validate

on:
push:
paths-ignore:
- "README.md"
branches:
- main
pull_request:
branches:
- "*"

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: "actions/checkout@v2"

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

- name: HACS validation
uses: hacs/action@main
with:
CATEGORY: integration

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

0 comments on commit 4f3ef7e

Please sign in to comment.