Files
action-home-assistant/.github/workflows/test.yaml
T
Renovate Bot c2f643f4a3
Lint / yamllint (push) Successful in 28s
Lint / yamllint (pull_request) Successful in 36s
Lint / Prettier (push) Successful in 39s
Lint / Prettier (pull_request) Successful in 46s
Test / Home Assistant Core Configuration Check (pull_request) Successful in 2m44s
Test / Home Assistant Core Configuration Check (push) Successful in 2m56s
⬆️ Update actions/checkout digest to 93cb6ef
2026-01-22 10:08:34 +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