Skip to content

Commit 539dc7d

Browse files
committed
Improve cleanup workflow
1 parent 36c42db commit 539dc7d

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)