Skip to content

Commit 7ee3420

Browse files
authored
Merge pull request #29 from Kotlin/improve-cleanup
Improve cleanup workflow
2 parents 36c42db + 539dc7d commit 7ee3420

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

.fleet/receipt.json

-19
This file was deleted.

.github/README.md

+3
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 native UI implementations using Jetpack Compose and SwiftUI.

.github/workflows/template-cleanup.yml

+2
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)