Files
action-home-assistant/.github/workflows/test.yaml
T
Renovate Bot e1c31ff66c
Lint / yamllint (push) Successful in 47s
Lint / yamllint (pull_request) Successful in 46s
Lint / Prettier (push) Successful in 58s
Lint / Prettier (pull_request) Successful in 53s
Test / Home Assistant Core Configuration Check (push) Successful in 1m33s
Test / Home Assistant Core Configuration Check (pull_request) Successful in 1m32s
⬆️ Update actions/checkout action to v6
2026-03-06 09:06:59 +00:00

20 lines
501 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: 🚀 Run Home Assistant Configuration Check
uses: ./
with:
path: "./test"
secrets: fakesecrets.yaml
version: stable