Skip to content

Commit 31dd7c0

Browse files
committed
docs(readme): update build status badge URL
Replace workflow-specific badge URL with standard shields.io badge format for better consistency with other badges
1 parent 05eb062 commit 31dd7c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
run: dart format --output=none --set-exit-if-changed .
3636

3737
- name: Run tests
38-
run: dart test --test-randomize-ordering-seed=random --reporter=expanded
38+
run: dart test --test-randomize-ordering-seed=random
3939

4040
- name: Dry run publish
4141
run: dart pub publish --dry-run
4242

4343
- name: Publish to pub.dev
44-
run: dart pub publish --force --skip-validation
44+
run: dart pub publish --force
4545

4646
release:
4747
needs: publish

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ One, yet powerful <a href="#emojis-extension">emojis</a> String extension
1111
<img alt="Pub Package" src="https://tinyurl.com/mvjwxt98">
1212
</a>
1313
<a href="https://github.com/Nikoro/emoji_extension/actions">
14-
<img alt="Build Status" src="https://github.com/Nikoro/emoji_extension/actions/workflows/build.yaml/badge.svg">
14+
<img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/Nikoro/emoji_extension/ci.yaml?label=build">
1515
</a>
1616
<a href="https://codecov.io/gh/Nikoro/emoji_extension">
1717
<img alt="Code Coverage" src="https://codecov.io/gh/Nikoro/emoji_extension/branch/main/graph/badge.svg">

0 commit comments

Comments
 (0)