|
3 | 3 |  |
4 | 4 | [](https://github.com/marketplace/actions/commit-check-action) |
5 | 5 |
|
6 | | -A Github Action for checking commit message formatting, branch naming, referencing Jira tickets, and more. |
| 6 | +A Github Action for checking commit message formatting, branch naming, committer name, email, and more. |
7 | 7 |
|
8 | 8 | ## Usage |
9 | 9 |
|
@@ -57,19 +57,30 @@ jobs: |
57 | 57 | - **Description**: run checks without failing |
58 | 58 | - Default: 'false' |
59 | 59 |
|
60 | | -Note: to change the default rules of above inputs, just add your own [`.commit-check.yml`](https://github.com/commit-check/commit-check#usage) config file. |
| 60 | +Note: to change the default rules of above inputs, just add your own [`.commit-check.yml`](.commit-check.yml) config file. |
61 | 61 |
|
62 | | -## Add Commit Check Action badge in README |
| 62 | +https://github.com/commit-check/commit-check#usage |
63 | 63 |
|
64 | | -You can show Commit Check Action status with a badge in your repository README |
| 64 | +## Badging your repository |
65 | 65 |
|
66 | | -Example |
| 66 | +You can add a badge to your repository to show your contributors / users that you use commit-check! |
| 67 | + |
| 68 | +[](https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml) |
| 69 | + |
| 70 | +Markdown |
| 71 | + |
| 72 | +``` |
| 73 | +[](https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml) |
| 74 | +``` |
| 75 | +
|
| 76 | +reStructuredText |
67 | 77 |
|
68 | 78 | ``` |
69 | | -[](https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml) |
| 79 | +.. image:: https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml/badge.svg |
| 80 | + :target: https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml |
| 81 | + :alt: Commit Check |
70 | 82 | ``` |
71 | 83 |
|
72 | | -[](https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml) |
73 | 84 |
|
74 | 85 | ## Versioning |
75 | 86 |
|
|
0 commit comments