Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 351 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (6 loc) · 351 Bytes

Contributing

CI and Git hooks

GitHub Actions is used for CI, where cargo {test,fmt,clippy} commands are required to pass.

This project uses cargo-husky to provide Git hooks for running these commands on git push. If you need to skip running Git hooks, use git push --no-verify.