Skip to content

fix: Update npm.json #432

fix: Update npm.json

fix: Update npm.json #432

Workflow file for this run

name: Validate JSON
on:
push:
branches:
- main
paths:
- '**.json'
pull_request:
branches:
- main
paths:
- '**.json'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate JSON
uses: walbo/validate-json@v1.1.0
with:
files: programs/*.json
schema: json-schema/program.json
schema-version: draft-07
fail-on-missing-schema: true
strict: true