Skip to content

add catalog settings for fence (github.com/Use-Tusk/fence) (#5550) #677

add catalog settings for fence (github.com/Use-Tusk/fence) (#5550)

add catalog settings for fence (github.com/Use-Tusk/fence) (#5550) #677

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@v6
- uses: actions/setup-node@v6
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'
- run: 'node ./cli.js coverage'