Skip to content

[6] Add linting of the schema to GHA check #9

[6] Add linting of the schema to GHA check

[6] Add linting of the schema to GHA check #9

Workflow file for this run

name: lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: "Install jsonschema CLI"
uses: sourcemeta/[email protected]
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Lint JSONSchema"
run: "jsonschema lint ./power-curve-schema/schema.json"