summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4525ab89..641af013 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -121,7 +121,7 @@ jobs:
cd -
if [ -n "$(git diff --name-only -- data/stylesheets)" ]; then
echo 'Detected the following uncommitted changes to the default stylesheet:'
- git diff
+ git --no-pager diff
exit 1
fi
- name: Run tests