chore: update README

This commit is contained in:
Adrian Smijulj 2020-06-11 09:55:51 +02:00 committed by GitHub
parent 6ebe9a2c41
commit f343af4218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,11 @@
# Conventional Commits GitHub Action # Conventional Commits GitHub Action
A simple GitHub action that makes sure all commit messages are following the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) specification. A simple GitHub action that makes sure all commit messages are following the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) specification. If not, workflow will fail.
Typically, you would make these check in a pre-commit hook (for example, using something like [Commitlint](https://commitlint.js.org/)), but those can be easily skipped, hence this GitHub action.
### Usage ### Usage
Latest version: `v1.0.1`
```yml ```yml
name: My Workflow name: My Workflow