Skip to content

Commit 72d0e65

Browse files
committed
Remove LICENSE file on cleanup
1 parent ba774c9 commit 72d0e65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/template-cleanup.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
rm -rf \
5656
.github/readme \
5757
.github/template-cleanup \
58-
.github/workflows/template-cleanup.yml
58+
.github/workflows/template-cleanup.yml \
59+
LICENSE
5960
6061
# Remove leftover empty directories
6162
find . -type d -empty -delete

0 commit comments

Comments
 (0)