Skip to content

Commit

Permalink
python...
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Fatih Cırıt committed Feb 20, 2024
1 parent 502878a commit 58ffeb9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions json-schema-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ description: ""
runs:
using: composite
steps:
- name: Install JSON Schema packages
run: |
pip3 install -U check-jsonschema colorama
- name: Install dependencies
run: pip install check-jsonschema colorama

Check warning on line 8 in json-schema-check/action.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (colorama)
shell: bash

- name: Validate JSON Schemas
run: |
python validate_json_schemas.py
- name: Validate schemas
run: python ${GITHUB_ACTION_PATH}/validate_json_schemas.py
shell: bash

0 comments on commit 58ffeb9

Please sign in to comment.