Files
action-home-assistant/.github/workflows/test.yaml
T
Renovate Bot b346290353
Lint / yamllint (push) Successful in 23s
Lint / yamllint (pull_request) Successful in 21s
Lint / Prettier (push) Successful in 31s
Lint / Prettier (pull_request) Successful in 28s
Test / Home Assistant Core Configuration Check (pull_request) Failing after 56s
Test / Home Assistant Core Configuration Check (push) Failing after 58s
⬆️ Update actions/checkout digest to 93cb6ef
2025-11-18 11:40:17 +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