filiph / linkcheck

Fast link checker
https://pub.dartlang.org/packages/linkcheck
MIT License
397 stars 51 forks source link

No ANSI output in GitHub Action #125

Open colinnashcinchy opened 11 months ago

colinnashcinchy commented 11 months ago

First off, thanks for such an awesome tool.

I've got it working on a GitHub Action, but unfortunately the output is all monochrome. I've tried forcing the environment to use TERM so that it would recognize your AnsiTerm conditional, but it doesn't work.

Any suggestions on getting colored output for the logs within a GitHub action? Is there any way to force color?

Cheers!