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

chore(release): publish

This commit is contained in:
Wagner Santos 2020-01-05 07:10:18 -03:00
parent 903a877e82
commit 85fcead13e
5 changed files with 2381 additions and 2391 deletions

View file

@ -5,12 +5,14 @@ inputs:
configFile:
description: 'commitlint config file'
default: './commitlint.config.js'
required: false
firstParent:
description: 'when set to true, we follow only the first parent commit when seeing a merge commit. More info in git-log docs https://git-scm.com/docs/git-log#Documentation/git-log.txt---first-parent'
default: true
default: 'true'
required: false
runs:
using: 'docker'
image: 'docker://wagoid/commitlint-github-action:1.3.1'
image: 'docker://wagoid/commitlint-github-action:1.3.2'
branding:
icon: 'check-square'
color: 'blue'