Skip to content

Bump body-parser from 1.20.2 to 1.20.3 #2012

Bump body-parser from 1.20.2 to 1.20.3

Bump body-parser from 1.20.2 to 1.20.3 #2012

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