Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosineygp/mkdkr_commitlint
Verify commit message using https://commitlint.js.org
https://github.com/rosineygp/mkdkr_commitlint
Last synced: 3 months ago
JSON representation
Verify commit message using https://commitlint.js.org
- Host: GitHub
- URL: https://github.com/rosineygp/mkdkr_commitlint
- Owner: rosineygp
- Created: 2020-02-02T02:14:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T14:36:22.000Z (over 3 years ago)
- Last Synced: 2024-06-29T09:33:49.034Z (5 months ago)
- Language: Makefile
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# commit lint
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Frosineygp%2Fmkdkr_commitlint%2Fbadge%3Fref%3Dmaster&style=flat)](https://actions-badge.atrox.dev/rosineygp/mkdkr_commitlint/goto?ref=master)
[![Docker Pulls](https://img.shields.io/docker/pulls/rosiney/mkdkr_commitlint)](https://hub.docker.com/r/rosiney/mkdkr_commitlint)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/rosineygp/mkdkr_commitlint)](https://github.com/rosineygp/mkdkr_commitlint/releases)Execute commit lint based on conventional commit
# usage
## include
Add the following line at mkdkr.csv
```csv
commitlint,https://github.com/rosineygp/mkdkr_commitlint.git
```
## executeNo needs aditional step in your Makefile (implicit)
```bash
make commitlint
```# variables
|Name|Default|Description|
|----|-------|-----------|
|MKDKR_COMMITLINT_TAG|latest|Docker image tag|