Skip to content

Add basedpyright key to pyproject json #2405

Add basedpyright key to pyproject json

Add basedpyright key to pyproject json #2405

Workflow file for this run

name: 'Validate JSON Schemas'
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: './package-lock.json'
- run: 'npm clean-install'
- run: 'npm run typecheck'
- run: 'npm run eslint'
- run: 'node ./cli.js check'
- run: 'node ./cli.js coverage'