From 17a7228a47e97c2c03c8d9b7158e0b8f5eb9dc0a Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Fri, 24 Oct 2025 13:47:06 +0300 Subject: [PATCH] ci: enforce colored output --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d2d3b0..2be9da7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: pull_request: types: [opened, synchronize, reopened] +env: + FORCE_COLOR: 1 + jobs: Build: runs-on: ubuntu-latest