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

Colorize output in github action #48

Closed kalabukdima closed 1 year ago

kalabukdima commented 1 year ago

I believe that we always want the output in github logs to be colored. If there are cases when we don't, I can make it set through action inputs. Closes #43

DoozyX commented 1 year ago

Thanks @kalabukdima