Skip to content

Config UI: add missing config sections / partial yaml inputs (BC) #1799

Config UI: add missing config sections / partial yaml inputs (BC)

Config UI: add missing config sections / partial yaml inputs (BC) #1799

Workflow file for this run

name: Validate Schema
on:
push:
paths:
- "*.yaml"
- "*.json"
pull_request:
paths:
- "*.yaml"
- "*.json"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nwisbeta/validate-yaml-schema@v2.0.0
with:
yamlSchemasJson: |
{
"./schema.json": ["evcc.dist.yaml"]
}