grammyjs / storages

Storage adapters for grammY sessions.
48 stars 24 forks source link

Add commit linting #127

Closed khaosdoctor closed 3 months ago

khaosdoctor commented 1 year ago

This would fix #7 but since there were no other instructions, I implemented the basic of commitlint and added a new script along with a new husky hook. The commit script would prompt the user to write commit information.

I also created a new Action to run on all PRs that would lint the commit from the base PR hash to the head hash

khaosdoctor commented 1 year ago

Got a test failing on MongoDB unhealthy... Which I think it's not related