Skip to content

Commit 946aa31

Browse files
Print tree output early
1 parent c1d3f8c commit 946aa31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
fetch-depth: 0
5555
submodules: true
5656

57+
- name: Print Tree
58+
run: tree /F
59+
5760
- name: Install Python
5861
uses: actions/setup-python@v2
5962
with:

0 commit comments

Comments
 (0)