MetaMask / metamask-module-template

A simple template repository for starting new modules in the latest MetaMask fashion.
27 stars 23 forks source link

Add changelog validation to linting pipeline #174

Closed mcmire closed 1 year ago

mcmire commented 1 year ago

The changelog needs to be valid in order to pass CI. To catch CI failures early, run it as a part of the lint script.

~Also rename lint:misc to lint:prettier, as the --check and --write options only make sense for the prettier executable.~