From 4ce4162da45d538662cbe4cc629708e3e8149a83 Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 30 Mar 2026 20:29:06 -0400 Subject: [PATCH] A little .yml cleanup --- .github/dependabot.yml | 1 - .github/workflows/testing.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 89313ae1..2f33cc35 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,4 +12,3 @@ updates: actions: patterns: [ "*" ] labels: [ builds ] # Since those are CI-related updates... - diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 46f8f73e..a94d0b73 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,7 +14,7 @@ env: GIT_CONFIG_COUNT: 1 GIT_CONFIG_KEY_0: color.ui - GIT_CONFIG_VALUE_0: always # CI output is not considered to be a terminal, but colour is helpful. + GIT_CONFIG_VALUE_0: always # Colorful output is helpful even though CI is not considered to be a terminal. # We instruct CMake to download and build third-party projects outside of our source tree, # otherwise they can trigger `-Werror=dev` (from the `develop` preset).