Skip to content

Merge branch 'master' into weblate-translation #2705

Merge branch 'master' into weblate-translation

Merge branch 'master' into weblate-translation #2705

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/[email protected]
with:
yamlSchemasJson: |
{
"./schema.json": ["evcc.dist.yaml"]
}