Skip to content

Commit

Permalink
[KMP] Adjust github actions job names
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Jul 24, 2024
1 parent baa97fa commit 7234077
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and release
name: Android release
on:
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test
name: Shared tests
on:
pull_request:
push:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="info/icon_glow.png" width="100" height="100" />

# CPU Info (refactor-in-progress ⛏)
# CPU Info

CPU Info provides information about device hardware and software.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7234077

Please sign in to comment.