commontoolsinc / system

A constellation of Common tools
3 stars 0 forks source link

Enforce conventional commits via Github Actions #68

Open cdata opened 3 months ago

cdata commented 3 months ago

By convention (heh) we use Conventional Commit formatting for our commits, but this isn't enforced. We need to add some enforcement to our CI lints.

https://www.conventionalcommits.org/en/v1.0.0/ https://github.com/webiny/action-conventional-commits

cdata commented 3 months ago

@commontoolsinc/exadev would y'all be willing to take this on?