Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 393 Bytes

contribution.md

File metadata and controls

24 lines (17 loc) · 393 Bytes

Contribution

Useful commands

Install project and run all checks and tests (your PR should be green if this command is successful):

make build

Run quality checks:

make quality

Run tests:

make test

Useful links

Go back