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 038a861
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
./Sphinxsetup.sh
- name: Check image formats
run: |
find ./images/ -exec file {} + >/tmp/file-out.txt
ls -l /tmp/file-out.txt
cat /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 038a861

Please sign in to comment.