Skip to content

jinja, automations, ui #224

jinja, automations, ui

jinja, automations, ui #224

Workflow file for this run

---
## Source: https://github.com/frenck/home-assistant-config/tree/master/.github/workflows
name: build
# yamllint disable-line rule:truthy
on:
push:
pull_request:
schedule:
- cron: 0 12 * * 4
jobs:
home_assistant:
name: "Home Assistant Core ${{ matrix.version }} Configuration Check"
runs-on: ubuntu-latest
strategy:
matrix:
# ["stable", "beta", "dev"]
version: ["stable", "beta"]
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v4
- name: 🚀 Run Home Assistant Configuration Check
uses: frenck/[email protected]
with:
path: "."
secrets: ./.stubs/secrets.yaml
version: "${{ matrix.version }}"