From 7ee64235af8d7b704d2981d0c28035dd69ab2177 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 20 Jan 2025 08:50:00 +1100 Subject: [PATCH] github: stop quietening grep for images containing RIFF ... if it exists it would be nice to know in what! --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 695dc5d0ed..1c321b693a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: ./Sphinxsetup.sh - name: Check image formats run: | - find ./images/ -exec file {} + | grep RIFF -vzq + find ./images/ -exec file {} + | grep RIFF -vz - name: Check python3 flake8 formatting run : | set -eux -o pipefail