11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-09 02:54:18 +00:00

feat: add results output

Resolves #39
This commit is contained in:
Wagner Santos 2020-07-20 08:45:05 -03:00
parent 4b0886537a
commit 550792f0ca
7 changed files with 137 additions and 5 deletions

View file

@ -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'