Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colorize GHA terminal output globally #1691

Merged
merged 1 commit into from Oct 4, 2022

Conversation

webknjaz
Copy link
Member

@webknjaz webknjaz commented Oct 3, 2022

No description provided.

@@ -14,6 +14,22 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

env:
FORCE_COLOR: 1 # Request colored output from CLI tools supporting it
MYPY_FORCE_COLOR: 1 # MyPy's color enforcement
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I opened python/mypy#13806 which has now been merged in python/mypy#13814, so we can remove this when mypy is next released :)

@webknjaz webknjaz merged commit e19cc32 into jazzband:master Oct 4, 2022
@ssbarnea ssbarnea added the skip-changelog Avoid listing in changelog label Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Avoid listing in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants