We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d2282 commit 2e2aea5Copy full SHA for 2e2aea5
.github/workflows/ci.yml
@@ -8,6 +8,9 @@ concurrency:
8
group: ci-${{ github.ref }}
9
cancel-in-progress: true
10
11
+env:
12
+ FORCE_COLOR: 1
13
+
14
jobs:
15
quality:
16
name: Quality checks
.github/workflows/deploy.yml
@@ -12,6 +12,10 @@ concurrency:
group: pages
cancel-in-progress: false
17
18
19
20
build:
21
name: Build
0 commit comments