Skip to content

Commit

Permalink
Merge pull request #39 from Kotlin/improve-cleanup
Browse files Browse the repository at this point in the history
Improve cleanup workflow
  • Loading branch information
zsmb13 authored Jan 30, 2025
2 parents e33d037 + 421aa4a commit 4d2d81a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .fleet/receipt.json

This file was deleted.

3 changes: 3 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Kotlin Multiplatform app template

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.
2 changes: 2 additions & 0 deletions .github/workflows/template-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Cleanup
run: |
mv .github/README.md README.md
rm LICENSE
rm -rf .github
- name: Commit files
Expand Down

0 comments on commit 4d2d81a

Please sign in to comment.