Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 751 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 751 Bytes

actions-commit-linter-cli

Release Package GitHub release

Run commitlint in your GitHub Actions pipiline!

Usage

See action.yml

Example

name: Commitlint

on: [push]

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: severgroup-tt/actions-commit-linter-cli@v1.0.0