add hacs workflows
This commit is contained in:
parent
93e36f8f28
commit
5f4b128231
14
.github/workflows/hassfest.yml
vendored
Normal file
14
.github/workflows/hassfest.yml
vendored
Normal 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-hacs.yml
vendored
Normal file
17
.github/workflows/validate-hacs.yml
vendored
Normal 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"
|
Loading…
Reference in New Issue
Block a user