Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing: git hooks #8

Closed
zmaalick opened this issue Feb 28, 2020 · 6 comments
Closed

Testing: git hooks #8

zmaalick opened this issue Feb 28, 2020 · 6 comments
Assignees
Labels
enhancement New feature or request Testing

Comments

@zmaalick
Copy link
Contributor

Make use of git hooks

@zmaalick zmaalick added the enhancement New feature or request label Feb 28, 2020
@nhsavage
Copy link
Collaborator

nhsavage commented Apr 8, 2020

use git hooks to:

  1. run tests
  2. update docs

@nhsavage
Copy link
Collaborator

I think that we have implemented this using Github actions and this should now be closed. Do you agree @zmaalick

@zmaalick
Copy link
Contributor Author

Git hooks are different. They lie in local repo.

You can see under ~/CATNIP/.git/hooks

the concept is similar to Actions but at the time of commit or push ..

so these are mainly pre-commit or pre-push checks (not necessarily include all unit tests).

@nhsavage
Copy link
Collaborator

I understand the difference. What I am asking is, are there still things we want to implement using git hooks?

@zmaalick
Copy link
Contributor Author

zmaalick commented Sep 21, 2020 via email

@nhsavage
Copy link
Collaborator

I will close this - if we find a use case for hooks. we should open a new issue with the details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Testing
Projects
None yet
Development

No branches or pull requests

2 participants