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