Skip to content

Commit

Permalink
Install jsonschema for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Feb 19, 2024
1 parent 08dee13 commit 7bdbfd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate_json_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install TypeScript JSON Schema
run: npm install typescript-json-schema@${{ env.TYPESCRIPT_JSON_SCHEMA_VERSION }}
- name: Install JSON Schema
run: pip install jsonschema
- name: Run TypeScript JSON Schema on Workflow object
run: |
npx typescript-json-schema \
Expand Down

0 comments on commit 7bdbfd7

Please sign in to comment.