nimblehq / jetpack-compose-crypto

This is an sample Crypto market prices app built with Jetpack Compose
https://nimblehq.co/
MIT License
21 stars 5 forks source link

[#72] Migrate workflows setup-ruby action #73

Closed Wadeewee closed 1 year ago

Wadeewee commented 1 year ago

https://github.com/nimblehq/jetpack-compose-crypto/issues/72

What happened 👀

Screen Shot 2566-01-12 at 14 19 00

The CI failed on step Set up Ruby because the current action is deprecated and is no longer maintained.

Insight 📝

We must migrate action from actions/setup-ruby@v1 to ruby/setup-ruby@v1. For more info https://github.com/actions/setup-ruby

Proof Of Work 📹

Screen Shot 2566-01-13 at 09 58 50

github-actions[bot] commented 1 year ago
8 Warnings
:warning: /home/runner/.gradle/caches/transforms-3/b69aa459992a07419794ae75adedbd27/transformed/jetified-dagger-lint-aar-2.43.2/jars/lint.jar#L0 - Lint found an issue registry (dagger.lint.DaggerIssueRegistry) which requires a newer API level. That means that the custom lint checks are intended for a newer lint version; please upgrade.
:warning: app/src/main/AndroidManifest.xml#L10 - On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute android:fullBackupContent to specify an @xml resource which configures which files to backup, or just set android:fullBackupOnly=true. More info: https://developer.android.com/guide/topics/data/autobackup
:warning: app/src/main/AndroidManifest.xml#L13 - Attribute networkSecurityConfig is only used in API level 24 and higher (current min is 23)
:warning: app/src/main/java/co/nimblehq/compose/crypto/ui/common/Toaster.kt#L16 - Toast created but not shown: did you forget to call show() ?
:warning: app/src/main/res/drawable/ic_back.xml#L8 - Attribute fillType is only used in API level 24 and higher (current min is 23)
:warning: app/src/main/res/drawable/ic_fire_opal_arrow_down.xml#L8 - Attribute fillType is only used in API level 24 and higher (current min is 23)
:warning: app/src/main/res/drawable/ic_guppie_green_arrow_up.xml#L8 - Attribute fillType is only used in API level 24 and higher (current min is 23)
:warning: app/src/main/res/navigation/nav_graph_main.xml#L2 - The resource R.navigation.nav_graph_main appears to be unused

CoroutineTemplate Jacoco report:

Generated by :no_entry_sign: Danger

hoangnguyen92dn commented 1 year ago

@Wadeewee Great 🚀