Skip to content

Commit

Permalink
add debug for workflow problem
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jan 19, 2025
1 parent 7ee6423 commit ea0a27d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
./Sphinxsetup.sh
- name: Check image formats
run: |
find ./images/ -exec file {} + >/tmp/file-out.txt
ls -l /tmp/file-out.txt
grep --help
find ./images/ -exec file {} + | grep RIFF -vz
- name: Check python3 flake8 formatting
run : |
Expand Down

0 comments on commit ea0a27d

Please sign in to comment.