Files
action-home-assistant/.github/workflows/test.yaml
T
2021-01-13 01:12:18 +01:00

16 lines
426 B
YAML

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