theleagueof / fontship

A font development toolkit and collaborative work flow.
GNU General Public License v3.0
98 stars 7 forks source link

Figure out how to colorize GitHub Actions output #104

Open alerque opened 4 years ago

alerque commented 4 years ago

The new color output is pretty in a terminal, but it only outputs it a terminal.

image

When an interactive environment is not detected it is just normal.

image

This is an appropriate compromise, but in the case of GitHub Actions runners, some color support does exist. See for example super-linter output:

image

Figure out how to output even friendlier output in the case of Actions (and possibly other runners).