Skip to content

Commit 4f3ef7e

Browse files
committed
CI validate
1 parent 37e9852 commit 4f3ef7e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/validate.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Validate
2+
3+
on:
4+
push:
5+
paths-ignore:
6+
- "README.md"
7+
branches:
8+
- main
9+
pull_request:
10+
branches:
11+
- "*"
12+
13+
jobs:
14+
validate:
15+
runs-on: "ubuntu-latest"
16+
steps:
17+
- name: Checkout
18+
uses: "actions/checkout@v2"
19+
20+
- name: Check PEP8
21+
uses: andymckay/pycodestyle-action@0.1.3
22+
23+
- name: HACS validation
24+
uses: hacs/action@main
25+
with:
26+
CATEGORY: integration
27+
28+
- name: HASSFEST
29+
uses: home-assistant/actions/hassfest@master

0 commit comments

Comments
 (0)