add hacs actions

This commit is contained in:
Mathieu Broillet 2023-12-30 21:39:30 +01:00
parent 5bfaae0d9a
commit d6925cf287
Signed by: mathieu
GPG Key ID: C0E9E0E95AF03319
2 changed files with 31 additions and 0 deletions

14
.github/workflows/hassfest.yaml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Validate with hassfest
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"

17
.github/workflows/validate.yaml vendored Normal file
View File

@ -0,0 +1,17 @@
name: HACS Action
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- name: HACS Action
uses: "hacs/action@main"
with:
category: "integration"