Skip to content

Update prettier-plugin-toml to v2.0.5 (#4696) #200

Update prettier-plugin-toml to v2.0.5 (#4696)

Update prettier-plugin-toml to v2.0.5 (#4696) #200

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@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
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'