Skip to content

Commit a7da5e3

Browse files
committed
Add colour to GitHub Actions logs for readability
1 parent 36e2820 commit a7da5e3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/pypi-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ permissions:
1010
contents: read
1111
id-token: write
1212

13+
env:
14+
FORCE_COLOR: 1
15+
1316
jobs:
1417
build-package:
1518
name: Build & verify package

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
pull_request:
1010

11+
env:
12+
FORCE_COLOR: 1
1113

1214
concurrency:
1315
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)