Skip to content

Commit 3ec742c

Browse files
author
M. Fatih Cırıt
committed
color
1 parent 826b4cc commit 3ec742c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

json-schema-check/action.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ runs:
99
shell: bash
1010

1111
- name: Validate schemas
12-
env:
13-
FORCE_COLOR: "1" # Required for colorful output
1412
run: python ${GITHUB_ACTION_PATH}/validate_json_schemas.py
1513
shell: bash

json-schema-check/validate_json_schemas.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import glob
44
import colorama
55

6-
# Initialize colorama to auto-reset colors
7-
colorama.init(autoreset=True)
6+
colorama.init(autoreset=True, wrap=False, strip=False)
87

98
def main():
109
validation_failed = False

0 commit comments

Comments
 (0)