An open API service indexing awesome lists of open source software.

https://github.com/gendloop/check-commit

check-commit, 检查提交是否满足规范
https://github.com/gendloop/check-commit

action

Last synced: 4 months ago
JSON representation

check-commit, 检查提交是否满足规范

Awesome Lists containing this project

README

          

# check-commit

Check if the commit message meets the following format:

- `[optional scope]: `
* type
* fix -- Fixing a bug
* feat -- Adding a new feature
* chore -- Miscellaneous tasks
* ci -- Updating the workflow
* docs -- Updating documentation
* style -- Updating styles
* refactor -- Refactoring code
* test -- Updating tests
- `[optional scope]!: `
* Adding `!` indicates a major update
* Note that there is a space between `!:` and ``
- The colon is the symbol used in the English input method, not the symbol used in the Chinese input method.

## Usage

Place the [Check_Commit.yml](.github/workflows/Check_Commit.yml) file in the *.github/workflows* directory.