Skip to content

Commit 194cd0c

Browse files
committed
docs: add build and npm version badges
1 parent 6418b20 commit 194cd0c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ commitlint configuration.
1111

1212
## Badges
1313

14-
| Badge | Description | Service |
15-
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | -------------------- |
16-
| <a href="https://github.com/prettier/prettier#readme"><img alt="code style" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square"></a> | Code style | Prettier |
17-
| <a href="https://conventionalcommits.org"><img alt="Conventional Commits: 1.0.0" src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square"></a> | Commit style | Conventional Commits |
18-
| <a href="https://github.com/semantic-release/semantic-release"><img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square"></a> | Version management | semantic-release |
19-
| <a href="https://renovatebot.com"><img alt="Renovate enabled" src="https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=flat-square"></a> | Dependencies | Renovate |
20-
| <a href="https://github.com/vidavidorra/commitlint-plugin-function-rules/actions"><img alt="GitHub workflow status" src="https://img.shields.io/github/workflow/status/vidavidorra/commitlint-config/Lint%20commit%20messages?style=flat-square"></a> | Lint commit messages | GitHub Actions |
21-
| <a href="https://github.com/vidavidorra/commitlint-plugin-function-rules/actions"><img alt="GitHub workflow status" src="https://img.shields.io/github/workflow/status/vidavidorra/commitlint-config/Build?style=flat-square"></a> | Build | GitHub Actions |
14+
| Badge | Description | Service |
15+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | -------------------- |
16+
| <a href="https://github.com/prettier/prettier#readme"><img alt="code style" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square"></a> | Code style | Prettier |
17+
| <a href="https://conventionalcommits.org"><img alt="Conventional Commits: 1.0.0" src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square"></a> | Commit style | Conventional Commits |
18+
| <a href="https://github.com/semantic-release/semantic-release"><img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square"></a> | Version management | semantic-release |
19+
| <a href="https://renovatebot.com"><img alt="Renovate enabled" src="https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=flat-square"></a> | Dependencies | Renovate |
20+
| <a href="https://github.com/vidavidorra/commitlint-config/actions"><img alt="GitHub workflow status" src="https://img.shields.io/github/workflow/status/vidavidorra/commitlint-config/Lint%20commit%20messages?style=flat-square"></a> | Lint commit messages | GitHub Actions |
21+
| <a href="https://github.com/vidavidorra/commitlint-config/actions"><img alt="GitHub workflow status" src="https://img.shields.io/github/workflow/status/vidavidorra/commitlint-config/Build?style=flat-square"></a> | Build | GitHub Actions |
22+
| <a href="https://codecov.io/gh/vidavidorra/commitlint-config"><img alt="Code coverage" src="https://img.shields.io/codecov/c/github/vidavidorra/commitlint-config?style=flat-square"></a> | Code coverage | Codecov |
23+
| <a href="https://www.npmjs.com/package/@vidavidorra/commitlint-config"><img alt="npm version" src="https://img.shields.io/npm/v/@vidavidorra/commitlint-config?style=flat-square"></a> | npm version | npm |
2224

2325
## License
2426

0 commit comments

Comments
 (0)