Skip to content

Commit 439a355

Browse files
committed
chore(ci): disable color for rstcheck
Disable the color output for rstcheck so the summary messages are readable in the event of a traceback. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 5de9b4f commit 439a355

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rstcheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
3333
- name: Run rstcheck
3434
run: |
35+
# Disable color output
36+
export NO_COLOR=true
37+
3538
# Run the test
3639
bin/delta.sh -a master -b pr -- rstcheck -r source/
3740

0 commit comments

Comments
 (0)