Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
git-pull-request

GitHub Action

committed-action

v0.1.24

committed-action

git-pull-request

committed-action

Run committed to check commit history

Installation

Copy and paste the following snippet into your .yml file.

              

- name: committed-action

uses: crate-ci/committed@v0.1.24

Learn more about this action in crate-ci/committed

Choose a version

committed

Nitpicking commit history since beabf39

codecov Documentation License Crates Status

Enforce commit standards, whether for:

  • Readability, especially in logs
  • Consistent styling
  • Compatibility with programmatic processing

Install

Download a pre-built binary (installable via gh-install.

Or use rust to install:

cargo install committed

Basic Usage

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 committeds own azure-pipelines.yml, .travis.yml, or appveyor.yml.

License

Licensed under either of

at your option.