Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 286 Bytes

git-hooks.md

File metadata and controls

8 lines (6 loc) · 286 Bytes

Git hooks

  • The linter will check for errors before every git commit.
  • The unit tests will run before every git push. You can bypass either of these with --no-verify if necessary, but the CI will still run them on every merge to the master branch.

Table of Contents