diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-06-11 00:16:05 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-06-11 00:19:36 +0200 |
commit | d45351f413e8a66d569556f6755a7ced5e26160e (patch) | |
tree | 6e9da905902fb493d5ac2535e90b4556ee4a7694 /.github | |
parent | b9375ea7fc135f5468dcfb8c80b51a945ac14155 (diff) |
makerst: Print colored output for easier visual grepping
This is automatically enabled on all platforms including
Windows 10 and later, whenever a TTY environment is detected.
In non-TTY environments such as CI, this can be forced using the
`--color` command line argument.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/static_checks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index 5531509007..d7d07b7022 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -54,4 +54,4 @@ jobs: - name: Documentation checks run: | - doc/tools/make_rst.py --dry-run doc/classes modules + doc/tools/make_rst.py --dry-run --color doc/classes modules |