Skip to content

Commit 638cdce

Browse files
committed
add debug to show dir contents
1 parent 8ea06fe commit 638cdce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr_workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: debug pwd
2929
run: pwd
3030

31+
- name: debug ls
32+
run: ls -l
33+
3134
- name: Flake8
3235
run: python -m flake8 --config=config.flake8
3336

0 commit comments

Comments
 (0)