Skip to content

Apply remaining changes #3238

Apply remaining changes

Apply remaining changes #3238

Workflow file for this run

name: Validate Schema
on:
push:
paths:
- "*.yaml"
- "*.json"
pull_request:
paths:
- "*.yaml"
- "*.json"
jobs:
build:
runs-on: depot-ubuntu-24.04-arm
permissions:
contents: read
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: nwisbeta/validate-yaml-schema@c3734e647d2a3beb98b9132330067e900fdbd1a2 # v2.0.0
with:
yamlSchemasJson: |
{
"./schema.json": ["evcc.dist.yaml"]
}