Skip to content

Commit

Permalink
Fix formatting in YAML add test badge in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-lncd committed Dec 18, 2024
1 parent 5c8e1b8 commit edd7711
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/leancode_app_rating-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: leancode_app_rating publish

on:
push:
tags: ["leancode_app_rating-v*"]
tags: ['leancode_app_rating-v*']

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
(...)
Expand Down
7 changes: 6 additions & 1 deletion mobile/README.md
Original file line number Diff line number Diff line change
@@ -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 [
(...)
Expand Down Expand Up @@ -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

0 comments on commit edd7711

Please sign in to comment.