Skip to content

Commit

Permalink
add debug to show dir contents
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 16, 2023
1 parent 8ea06fe commit 638cdce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: debug pwd
run: pwd

- name: debug ls
run: ls -l

- name: Flake8
run: python -m flake8 --config=config.flake8

Expand Down

0 comments on commit 638cdce

Please sign in to comment.