Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Bump vite from 6.3.5 to 6.3.6 #13

Bump vite from 6.3.5 to 6.3.6

Bump vite from 6.3.5 to 6.3.6 #13

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"]
}