Skip to content

Add warp terminal entry (#404) #367

Add warp terminal entry (#404)

Add warp terminal entry (#404) #367

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/[email protected]
with:
files: programs/*.json
schema: json-schema/program.json
schema-version: draft-07
fail-on-missing-schema: true
strict: true