Enable color output in our Linux and macOS CI tests (#1939)

Co-authored-by: Rangi <sylvie.oukaour+rangi42@gmail.com>
This commit is contained in:
Eldred Habert
2026-04-13 19:31:01 +02:00
committed by GitHub
parent 73941c3249
commit 463edc3c01
9 changed files with 55 additions and 4 deletions
+6
View File
@@ -1,6 +1,12 @@
name: Code format checking
on: pull_request
env:
# Force colored output (see https://bixense.com/clicolors/ and https://force-color.org/)
TERM: xterm-256color
CLICOLOR: 1
CLICOLOR_FORCE: 1
jobs:
checkformat:
runs-on: ubuntu-latest