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

severgroup-tt/actions-commit-linter-cli

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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