Skip to content

Commit fad50bb

Browse files
committed
docs: update GH actions badge
1 parent 28b5005 commit fad50bb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
>
1111
> `cat docs/assets/commitlint.json | svg-term --out docs/assets/commitlint.svg --frame --profile=Seti --height=20 --width=80`
1212
13-
[![npm latest][2]][3] [![Github Acrions][4]]
13+
[![npm latest][2]][3] [![Github Actions][4]][5]
1414

1515
- 🚓 Be a good `commitizen`
1616
- 📦 Share configuration via `npm`
@@ -350,6 +350,7 @@ npx lerna exec --no-bail --no-private --no-sort --stream -- '[ -n "$(npm v . dis
350350
[2]: https://img.shields.io/npm/v/@commitlint/cli.svg?style=flat-square
351351
[3]: https://npmjs.org/package/@commitlint/cli
352352
[4]: https://github.com/conventional-changelog/commitlint/actions/workflows/CI.yml/badge.svg
353+
[5]: https://github.com/conventional-changelog/commitlint/actions/workflows/CI.yml
353354
[8]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
354355
[9]: https://nodejs.org/api/documentation.html#documentation_stability_index
355356
[10]: https://img.shields.io/npm/v/@commitlint/cli/next.svg?style=flat-square

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
# commitlint   [![slack][11]][12]
1010

11-
[![npm latest][2]][3] [![Github Acrions][4]]
11+
[![npm latest][2]][3] [![Github Actions][4]][5]
1212

1313
`commitlint` helps your team adhere to a commit convention. By supporting npm-installed configurations it makes sharing of commit conventions easy.
1414

@@ -62,6 +62,7 @@ commitlint --from=HEAD~1
6262
[2]: https://img.shields.io/npm/v/@commitlint/cli.svg?style=flat-square
6363
[3]: https://npmjs.org/package/@commitlint/cli
6464
[4]: https://github.com/conventional-changelog/commitlint/actions/workflows/CI.yml/badge.svg
65+
[5]: https://github.com/conventional-changelog/commitlint/actions/workflows/CI.yml
6566
[8]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
6667
[9]: https://nodejs.org/api/documentation.html#documentation_stability_index
6768
[10]: https://img.shields.io/npm/v/@commitlint/cli/next.svg?style=flat-square

0 commit comments

Comments
 (0)