Spring cleaning ☀️ (#23)
* Spring cleaning * Actions * Fix branches * Changes for config_flow
This commit is contained in:
13
.github/workflows/cron.yaml
vendored
Normal file
13
.github/workflows/cron.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Cron actions
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
hassfest:
|
||||
runs-on: "ubuntu-latest"
|
||||
name: Validate with hassfest
|
||||
steps:
|
||||
- uses: "actions/checkout@v2"
|
||||
- uses: "home-assistant/actions/hassfest@master"
|
||||
Reference in New Issue
Block a user