diff --git a/.github/workflows/leancode_app_rating-publish.yml b/.github/workflows/leancode_app_rating-publish.yml index 5edde64..6585019 100644 --- a/.github/workflows/leancode_app_rating-publish.yml +++ b/.github/workflows/leancode_app_rating-publish.yml @@ -2,7 +2,7 @@ name: leancode_app_rating publish on: push: - tags: ["leancode_app_rating-v*"] + tags: ['leancode_app_rating-v*'] jobs: publish: diff --git a/README.md b/README.md index 539c3f7..b3a99a5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If the user provides a positive review, they will be kindly asked to rate the ap #### Setup -Add `AppRatingLocalizations` to your localizations delegates in `MaterialApp`" +Add `AppRatingLocalizations` to your localizations delegates in `MaterialApp`: ```dart localizationsDelegates: const [ (...) diff --git a/mobile/README.md b/mobile/README.md index b0344e0..60351c2 100644 --- a/mobile/README.md +++ b/mobile/README.md @@ -1,10 +1,11 @@ # leancode_app_rating [![pub.dev badge][pub-badge]][pub-badge-link] +[![][leancode_app_rating-build-badge]][leancode_app_rating-build-badge-link] #### Setup -Add `AppRatingLocalizations` to your localizations delegates in `MaterialApp`" +Add `AppRatingLocalizations` to your localizations delegates in `MaterialApp`: ```dart localizationsDelegates: const [ (...) @@ -75,3 +76,7 @@ In the current version of this package, you're not able to have a strong impact [pub-badge]: https://img.shields.io/pub/v/leancode_app_rating.svg?logo=dart [pub-badge-link]: https://pub.dev/packages/leancode_app_rating + +[cqrs-build-badge]: https://img.shields.io/github/actions/workflow/status/leancodepl/app-rating/leancode_app_rating-test.yml?branch=main + +[cqrs-build-badge-link]: https://github.com/leancodepl/app-rating/actions/workflows/leancode_app_rating-test.yml