Skip to content

Change in loadpoint.go because of changes in evcc master (not using l… #31

Change in loadpoint.go because of changes in evcc master (not using l…

Change in loadpoint.go because of changes in evcc master (not using l… #31

Workflow file for this run

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