Files
action-home-assistant/.github/workflows/test.yaml
T
renovate[bot] 0e274a3c38 ⬆️ Update actions/checkout digest to 8ade135 (#86)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-23 19:45:28 +02: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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: 🚀 Run Home Assistant Configuration Check
uses: ./
with:
path: "./test"
secrets: fakesecrets.yaml
version: stable