Skip to content

v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 22:48
· 703 commits to main since this release
v0.2.1
3b01450

Pull Requests | Issues | v0.2.0...v0.2.1

Features

#35 Support configuring log color mode by environment variable GHALINT_LOG_COLOR

💡 If you want to enable log color in GitHub Actions, please try GHALINT_LOG_COLOR=always

env:
  GHALINT_LOG_COLOR: always

AS IS

image

TO BE

image