Skip to content

Commit

Permalink
github: stop quietening grep for images containing RIFF
Browse files Browse the repository at this point in the history
... if it exists it would be nice to know in what!
  • Loading branch information
peterbarker committed Jan 19, 2025
1 parent 07fba9e commit 7ee6423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ee6423

Please sign in to comment.