DoozyX / clang-format-lint-action

This action checks if the source code matches the .clang-format file.
MIT License
129 stars 46 forks source link

How to show color output in github logs? #43

Closed siferati closed 1 year ago

siferati commented 2 years ago

If I run this action locally using act, I get this output: image

But on github logs it shows like this: image

Any way to also show color output on github logs?