Files
action-home-assistant/.github/workflows/test.yaml
T
dependabot[bot] 86cbe41ae5 Bump actions/checkout from 2.3.5 to 2.4.0 (#40)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 15:01:32 +01:00

20 lines
462 B
YAML

---
name: Test
# yamllint disable-line rule:truthy
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Home Assistant Core Configuration Check
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.4.0
- name: 🚀 Run Home Assistant Configuration Check
uses: ./
with:
path: "./test"
secrets: fakesecrets.yaml
version: stable