Ensure Ruff creates logs in colour for GitHub Actions (#11190)

This commit is contained in:
Hugo van Kemenade 2023-02-11 15:21:27 +02:00 committed by GitHub
parent 7f62f539be
commit 59cdb1ffe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: ubuntu-latest