Skip to content

Commit

Permalink
color
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 826b4cc commit cf43e18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions json-schema-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ runs:
shell: bash

- name: Validate schemas
env:
FORCE_COLOR: "1" # Required for colorful output
run: python ${GITHUB_ACTION_PATH}/validate_json_schemas.py
shell: bash
3 changes: 1 addition & 2 deletions json-schema-check/validate_json_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import glob
import colorama

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

def main():
validation_failed = False
Expand Down

0 comments on commit cf43e18

Please sign in to comment.