From 723407765b931e70c84e2dfe2867f5c285a9bec4 Mon Sep 17 00:00:00 2001 From: Kamil Gurgul Date: Wed, 24 Jul 2024 08:13:28 +0200 Subject: [PATCH] [KMP] Adjust github actions job names --- .../{build_release.yml => android_release.yml} | 2 +- .../{build_and_test.yml => shared_test.yml} | 2 +- README.md | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) rename .github/workflows/{build_release.yml => android_release.yml} (99%) rename .github/workflows/{build_and_test.yml => shared_test.yml} (97%) diff --git a/.github/workflows/build_release.yml b/.github/workflows/android_release.yml similarity index 99% rename from .github/workflows/build_release.yml rename to .github/workflows/android_release.yml index 2de5ecd0..d351c31f 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/android_release.yml @@ -1,4 +1,4 @@ -name: Build and release +name: Android release on: workflow_dispatch: inputs: diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/shared_test.yml similarity index 97% rename from .github/workflows/build_and_test.yml rename to .github/workflows/shared_test.yml index d116f3e8..7ad324cc 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/shared_test.yml @@ -1,4 +1,4 @@ -name: Build and test +name: Shared tests on: pull_request: push: diff --git a/README.md b/README.md index 739768a3..a25bafc1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -# CPU Info (refactor-in-progress ⛏) +# CPU Info CPU Info provides information about device hardware and software. @@ -30,11 +30,11 @@ height="80">](https://apps.apple.com/us/app/cpu-info/id6560116815) # Tech stack -* Kotlin -* Compose Multiplatform -* Common ViewModel/Lifecycle -* Coroutines -* Koin +* [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html) +* [Compose Multiplatform](https://www.jetbrains.com/lp/compose-multiplatform/) +* [Common ViewModel/Lifecycle](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-lifecycle.html) +* [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) +* [Koin](https://github.com/InsertKoinIO/koin) * External C libraries - [pytorch/cpuinfo](https://github.com/pytorch/cpuinfo) # TODO