13b6a01437
Lint / Prettier (pull_request) Successful in 3m4s
Lint / yamllint (pull_request) Successful in 3m47s
Lint / yamllint (push) Successful in 3m33s
Lint / Prettier (push) Successful in 4m30s
Test / Home Assistant Core Configuration Check (push) Successful in 5m48s
Test / Home Assistant Core Configuration Check (pull_request) Successful in 5m55s
20 lines
501 B
YAML
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
|
|
- name: 🚀 Run Home Assistant Configuration Check
|
|
uses: ./
|
|
with:
|
|
path: "./test"
|
|
secrets: fakesecrets.yaml
|
|
version: stable
|