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

Add Command hook #22

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add Command hook #22

wants to merge 5 commits into from

Conversation

techygarg
Copy link

Usually, we have a makefile in golang projects and we create commands in this makefile. I believe we should have a hood to run any command passed in args. For e.g.: I have commands make test and make build in my projects and want to run them as pre-push hook. Now I can simply add the hook,

**hooks:

  • id: exec-command
    args: ["make package_repo"]**

@dnephin
Copy link
Owner

dnephin commented Nov 21, 2018

Isn't it possible to do this directly with pre-commit?

@techygarg
Copy link
Author

I am a new user of per-commit and as per my knowledge, it is not supported. If you are aware of the possibility, please suggest me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants