add github workflow for hacs

This commit is contained in:
joBr99
2022-03-06 22:47:37 +01:00
parent d061ea103c
commit 9f71f9210a
2 changed files with 32 additions and 0 deletions

18
.github/workflows/hacs-validation.yaml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Validate with HACS
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- name: HACS Action
uses: "hacs/action@main"
with:
category: "appdaemon"

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@v2"
- uses: "home-assistant/actions/hassfest@master"