-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Add https://commitlint.js.org/reference/configuration.html to project.
Also, would you be interested in a commit lint? It's really easy to add to CI, add a `commitlintrc.yaml` following https://commitlint.js.org/reference/configuration.html (Eg https://github.com/openlawlibrary/pygls/blob/main/commitlintrc.yaml) and the Github Action is then a oneliner: `npx commitlint --from origin/main --to HEAD --verbose --config commitlintrc.yaml`
Originally posted by @tombh in #33 (comment)
Reactions are currently unavailable