Skip to content

Commit 5661062

Browse files
committed
Turn on color for julia shell in DocPreviewCleanup.yml
1 parent d6f9db4 commit 5661062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/DocPreviewCleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: julia-actions/cache@v2
2222

2323
- name: Check for stale PR previews
24-
shell: julia {0}
24+
shell: julia --color=yes {0}
2525
run: |
2626
using Pkg
2727
Pkg.activate(temp = true)

0 commit comments

Comments
 (0)