Files
action-home-assistant/.github/workflows/test.yaml
T
Renovate Bot 36c6a5e088
Lint / yamllint (push) Successful in 1m41s
Lint / Prettier (push) Successful in 1m6s
Test / Home Assistant Core Configuration Check (pull_request) Failing after 10m36s
Test / Home Assistant Core Configuration Check (push) Failing after 10m47s
Lint / Prettier (pull_request) Failing after 10m56s
Lint / yamllint (pull_request) Failing after 11m4s
⬆️ Pin actions/checkout action to v5
2026-05-10 19:38:07 +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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: 🚀 Run Home Assistant Configuration Check
uses: ./
with:
path: "./test"
secrets: fakesecrets.yaml
version: stable