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

20 lines
439 B
YAML

---
name: Test
# yamllint disable-line rule:truthy
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: ./
with:
path: "./test"
secrets: fakesecrets.yaml
version: stable