Skip to content

Commit 7497344

Browse files
committed
WIP
1 parent 3270947 commit 7497344

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,12 @@ jobs:
6868
pygmentize -o preview/diff.html -l diff -f html -O full preview/diff.patch
6969
diffstat -l -p2 preview/diff.patch > diff.txt
7070
71-
- name: Inspect
71+
- name: Inspect current
72+
run: |
73+
du -csh current/*
74+
tree current
75+
76+
- name: Inspect preview
7277
run: |
7378
du -csh preview/*
7479
tree preview

0 commit comments

Comments
 (0)