Joakim Sørensen a53b0f75a1
Spring cleaning ☀️ (#23)
* Spring cleaning

* Actions

* Fix branches

* Changes for config_flow
2020-04-17 19:42:59 +02:00

13 lines
247 B
YAML

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"