We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ffeb9 commit 0bb1d52Copy full SHA for 0bb1d52
json-schema-check/action.yaml
@@ -9,5 +9,7 @@ runs:
9
shell: bash
10
11
- name: Validate schemas
12
+ env:
13
+ TERM: xterm # Required for colorful output
14
run: python ${GITHUB_ACTION_PATH}/validate_json_schemas.py
15
0 commit comments