Skip to content

Commit

Permalink
chore: Use consistent styling for badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed May 14, 2024
1 parent aa435b0 commit 0419a6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p align="center">
<a href="https://github.com/mdomke/git-semver/actions?query=workflow%3Alint-and-test"><img src="https://img.shields.io/github/actions/workflow/status/mdomke/git-semver/lint-and-test.yaml?branch=master?style=flat-square" /></a>
<a href="https://codecov.io/gh/mdomke/git-semver"><img src="https://codecov.io/gh/mdomke/git-semver/branch/master/graph/badge.svg?style=flat-square" /></a>
<a href="https://github.com/mdomke/git-semver/actions?query=workflow%3Alint-and-test"><img src="https://img.shields.io/github/actions/workflow/status/mdomke/git-semver/lint-and-test.yaml?branch=master" /></a>
<a href="https://codecov.io/gh/mdomke/git-semver"><img src="https://codecov.io/gh/mdomke/git-semver/branch/master/graph/badge.svg" /></a>
<a href="LICENSE"><img src="https://img.shields.io/github/license/mdomke/git-semver.svg?style=flat-square" /></a>
<img src="https://img.shields.io/github/tag/mdomke/git-semver.svg?style=flat-square" />
<a href="https://goreportcard.com/report/github.com/mdomke/git-semver"><img src="https://goreportcard.com/badge/github.com/mdomke/git-semver?style=flat-square" /></a>
<img src="https://img.shields.io/github/tag/mdomke/git-semver.svg" />
<a href="https://goreportcard.com/report/github.com/mdomke/git-semver"><img src="https://goreportcard.com/badge/github.com/mdomke/git-semver" /></a>
</p>

# `git-semver`: Semantic Versioning with git tags
Expand Down

0 comments on commit 0419a6c

Please sign in to comment.