You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
committed-action
v0.1.24
Nitpicking commit history since
beabf39
Enforce commit standards, whether for:
- Readability, especially in logs
- Consistent styling
- Compatibility with programmatic processing
Download a pre-built binary (installable via gh-install.
Or use rust to install:
cargo install committed
Verify your latest commit
committed HEAD
Verify your branch
committed master..HEAD --no-merge-commit
Have your CI verify your PR (assuming it does a no-ff merge into your master
)
committed HEAD~..HEAD^2 --no-merge-commit
See imperative
for an Azure Pipeline
example
or look at committed
s own azure-pipelines.yml
,
.travis.yml
, or appveyor.yml
.
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.