Files
action-home-assistant/.github/workflows/test.yaml
Renovate Bot 847b4f0a04
Lint / yamllint (push) Successful in 52s
Lint / yamllint (pull_request) Successful in 49s
Lint / Prettier (pull_request) Successful in 51s
Lint / Prettier (push) Successful in 55s
Test / Home Assistant Core Configuration Check (push) Successful in 1m11s
Test / Home Assistant Core Configuration Check (pull_request) Successful in 57s
⬆️ Update actions/checkout action to v7
2026-07-20 15:52: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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: 🚀 Run Home Assistant Configuration Check
uses: ./
with:
path: "./test"
secrets: fakesecrets.yaml
version: stable