cocogitto / cocogitto-action

A github action to ensure your current gitlog respect the conventional commit specification
22 stars 17 forks source link

fix: verify runs with blank text #25

Closed oradwell closed 4 months ago

oradwell commented 4 months ago

It seems verify is always enabled and a blank text is verified. It always fails.

Also added a smoke test to ensure a new default parameter doesn't break the action.

Fixes #23 Caused by #10