Skip to content

Commit 4d2d81a

Browse files
authored
Merge pull request #39 from Kotlin/improve-cleanup
Improve cleanup workflow
2 parents e33d037 + 421aa4a commit 4d2d81a

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

.fleet/receipt.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Kotlin Multiplatform app template
2+
3+
This is a basic Kotlin Multiplatform app template for Android and iOS. It includes shared business logic and data handling, and a shared UI implementation using Compose Multiplatform.

.github/workflows/template-cleanup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Cleanup
2424
run: |
25+
mv .github/README.md README.md
26+
rm LICENSE
2527
rm -rf .github
2628
2729
- name: Commit files

0 commit comments

Comments
 (0)