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

Fix husky compatibility #100

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

Conversation

parkerholladay
Copy link
Contributor

As of husky 7.x, there was a significant change in how husky hooks work, which again breaks git-collab adding a post-commit hook. This fixes that by making git-collab aware of the local core.hooksPath on the repo and saving/moving the post-commit hooks accordingly.

Some other maintenance things are also contained in individual commits:

  • Fixing node version errors
  • Fixing lint and console logging
  • Updating github action versions
  • Fix windows packing with latest ubuntu action runners

- The github job is saying `wine64` is not found
- husky has started using the `git config --local core.hooksPath` to
	setup a local hooks directory instead of managing hooks in the
	`.git/hooks` dir
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.

1 participant