Added github workflow intent

This commit is contained in:
Yordan Suarez
2021-08-09 23:21:34 -04:00
parent f4b125357b
commit 68b063548d
3 changed files with 134 additions and 0 deletions

21
.github/workflows/cron.yaml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Cron actions
on:
schedule:
- cron: '0 0 * * *'
jobs:
validate:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands
- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"