Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: opt in color log output #276

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

add: opt in color log output #276

wants to merge 4 commits into from

Commits on Oct 18, 2024

  1. add: opt in color log output

    resolves #275
    2bndy5 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a7432c9 View commit details
    Browse the repository at this point in the history
  2. AI suggestions

    2bndy5 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    531483d View commit details
    Browse the repository at this point in the history
  3. fix env path on windows

    use native shells' env var syntax
    2bndy5 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4686680 View commit details
    Browse the repository at this point in the history
  4. set FORCE_COLOR=1 when needed

    allows rich to force-enable coloring
    
    The env changes should only apply to the composite action's env
    2bndy5 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    17cbc5c View commit details
    Browse the repository at this point in the history