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).