Files
action-home-assistant/.github/workflows/test.yaml
T
Renovate Bot 7b90ad6630
Lint / yamllint (push) Successful in 1m12s
Lint / yamllint (pull_request) Successful in 1m15s
Lint / Prettier (push) Successful in 1m23s
Lint / Prettier (pull_request) Successful in 1m24s
Test / Home Assistant Core Configuration Check (push) Successful in 1m54s
Test / Home Assistant Core Configuration Check (pull_request) Successful in 1m57s
⬆️ Update actions/checkout action to v6
2026-01-19 13:14:36 +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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: 🚀 Run Home Assistant Configuration Check
uses: ./
with:
path: "./test"
secrets: fakesecrets.yaml
version: stable