Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Testing

With Volta or Node.js installed, pull down the repo, cd into the folder, and install dependencies:

# with npm
npm install

# with yarn
yarn

Then execute the following to see verbose output:

# with npm
npm run commitlint:pass
npm run commitlint:fail

# with yarn
yarn commitlint:pass
yarn commitlint:fail