mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-09 02:54:18 +00:00
parent
4b0886537a
commit
550792f0ca
7 changed files with 137 additions and 5 deletions
|
|
@ -18,6 +18,9 @@ inputs:
|
|||
description: 'Link to a page explaining your commit message convention'
|
||||
default: 'https://github.com/conventional-changelog/commitlint/#what-is-commitlint'
|
||||
required: false
|
||||
outputs:
|
||||
results:
|
||||
description: The error and warning messages for each one of the analyzed commits
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://wagoid/commitlint-github-action:1.7.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue