Skip to content

Commit

Permalink
feat: Added HACS Validation (Hyundai-Kia-Connect#95)
Browse files Browse the repository at this point in the history
* HACS Validation

Added validation for HACS.

Create hacs.json

* fix: Render Readme instead of info
  • Loading branch information
cdnninja authored Nov 14, 2021
1 parent b1b36ae commit 94b9076
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Validate

on:
push:
pull_request:

jobs:
validate-hassfest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Hassfest validation
uses: home-assistant/actions/hassfest@master

validate-hacs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: HACS validation
uses: hacs/action@main
with:
category: integration
5 changes: 5 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Kia Uvo / Hyundai Bluelink",
"render_readme": true,
"content_in_root": false
}

0 comments on commit 94b9076

Please sign in to comment.