Add initial GitHub Action

This commit is contained in:
Franck Nijhof
2021-01-13 01:12:18 +01:00
parent 753772d2bd
commit 3a76a4b2ea
20 changed files with 831 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
name: Test
on: [push, pull_request]
jobs:
build:
name: Home Assistant Core Configuration Check
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2
- name: 🚀 Run Home Assistant Configuration Check
uses: frenck/action-home-assistant@v1
with:
path: "./test"
secrets: fakesecrets.yaml
version: stable