mirror of
https://github.com/junkfix/config-editor.git
synced 2025-09-21 00:32:10 +02:00
Create main.yml
This commit is contained in:
parent
e3f00fa6d6
commit
ed5b8b6dc0
14
.github/workflows/main.yml
vendored
Normal file
14
.github/workflows/main.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@v2"
|
||||
- uses: "home-assistant/actions/hassfest@master"
|
Loading…
Reference in a new issue