Keep your commits consistent!
forgejo-commit-path-rules
v0.2.3 ensures your commit messages align with your file changes.
Enforce commit message and file path rules in your repo!
Written in Rust
Repo: https://codeberg.org/kemitix/forgejo-commit-path-rules
A ForgeJo Action/CLI Tool
What's New:
- Coloured highlights in logging (supports --no-colour
)
- all
matching strategy for paths (default is any
)
- Built in templates: docs
, feature
, tests
and fixes
Usage:
- Define rules in .forgejo/commit-path-rules.toml
- Run via CLI or ForgeJo Action
Install:
cargo install forgejo-commit-path-rules
CLI Usage:
forgejo-commit-path-rules --workspace . --no-colour
Forgejo Action:
jobs:
validate:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run forgejo-commit-path-rules
uses: kemitix/commit-path-rules@v0.2.3
with:
args: --verbose