Releases: ccdc-opensource/commit-hooks
Releases · ccdc-opensource/commit-hooks
CCDC commit hooks action v6
- Ignore submodule directory when checking files
- git command output with invalid UTF-8 is processed gracefully
- Local hooks check staged files instead of files in working directory
CCDC commit hooks action v5
- Disabled trailing whitespace check
- Fixed file open decode error
- Added more git-generated messages for Jira marker exception
CCDC commit hooks action v4
Skip check on github generated commit messages.
CCDC commit hooks action v3
The commit message is now checked. We check for Jira ID (unless a NO_JIRA marker is found). We also check for a LARGE_FILE marker, the absence of which will cause the action to check the size of the new and modified files against a threshold.
CCDC commit hooks action v2
Use composite steps action instead of docker action so, if needed, it can run on all platforms.
This requires python, so the workflow needs to setup python before running this action.
CCDC commit hooks action v1
CCDC commit hooks action