GitHub Actions: Set FORCE_COLOR = 1

This commit is contained in:
Raphael Michel
2022-12-19 15:31:08 +01:00
parent b6e65e7356
commit 9b0b8e2061
4 changed files with 12 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ on:
permissions:
contents: read # to fetch code (actions/checkout)
env:
FORCE_COLOR: 1
jobs:
spelling:
name: Spellcheck

View File

@@ -15,6 +15,9 @@ on:
permissions:
contents: read # to fetch code (actions/checkout)
env:
FORCE_COLOR: 1
jobs:
compile:
runs-on: ubuntu-22.04

View File

@@ -15,6 +15,9 @@ on:
permissions:
contents: read # to fetch code (actions/checkout)
env:
FORCE_COLOR: 1
jobs:
isort:
name: isort

View File

@@ -15,6 +15,9 @@ on:
permissions:
contents: read # to fetch code (actions/checkout)
env:
FORCE_COLOR: 1
jobs:
test:
runs-on: ubuntu-22.04