mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-09 19:14:18 +00:00
feat: add commitlint action
This commit is contained in:
parent
083d21442d
commit
478fbaff69
7 changed files with 2185 additions and 0 deletions
13
action.yml
Normal file
13
action.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: 'Commitlint'
|
||||
description: 'Lints commit messages with commitlint'
|
||||
author: 'Wagner Santos'
|
||||
inputs:
|
||||
configFile:
|
||||
description: 'commitlint config file'
|
||||
default: './commitlint.config.js'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
branding:
|
||||
icon: 'check-square'
|
||||
color: 'blue'
|
||||
Loading…
Add table
Add a link
Reference in a new issue