Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants