mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 03:35:56 +02:00
Add Hassfest validation workflow
This commit is contained in:
parent
7ec95cae38
commit
f0597e298d
1 changed files with 6 additions and 1 deletions
5
.github/workflows/validate.yml
vendored
5
.github/workflows/validate.yml
vendored
|
@ -16,3 +16,8 @@ jobs:
|
|||
uses: "hacs/action@main"
|
||||
with:
|
||||
category: "integration"
|
||||
validate-hassfest:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: "actions/checkout@v3"
|
||||
- uses: home-assistant/actions/hassfest@master
|
Loading…
Add table
Reference in a new issue