Replies: 2 comments 4 replies
-
you need to copy |
Beta Was this translation helpful? Give feedback.
3 replies
-
@alirezanet i'm having an issue where the husky not runs before i do a commit on my project, do i need to add any configuration besides the hooks? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The is a hook on the documentation that uses commit-message-linter, but it shows off an error
hook:
{ "name": "commit-message-linter", "group": "pre-commit", "command": "dotnet", "args": [ "husky", "exec", ".husky/csx/commit-lint.csx", "--args", "${args}" ] },
error:
no arguments passed to run the command
Do i need to install something?
Beta Was this translation helpful? Give feedback.
All reactions