Skip to content

Commit

Permalink
Update README to help with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwan Sulaiman committed Jan 26, 2021
1 parent 4cad7da commit f5d07ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ c.EnableColor()
c.Println("This prints again cyan...")
```

## GitHub Actions

To output color in GitHub Actions (or other CI systems that support ANSI colors), make sure to set `color.NoColor = false` so that it bypasses mangling checks.

## Todo

* Save/Return previous values
Expand Down

0 comments on commit f5d07ca

Please sign in to comment.