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

Git hooks exploration #2079

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Git hooks exploration #2079

wants to merge 4 commits into from

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Nov 20, 2024

I'm using lefthook just for prototyping, this would ultimately be in dev.

After you checkout the branch, run lefthook install. (it will update your .git/hooks/pre-commit)

@andyw8 andyw8 force-pushed the andyw8/git-hooks-exploration branch from dd80b3c to 698e6dc Compare November 20, 2024 20:20
lefthook.yml Outdated
glob: "Gemfile.lock"
run: |
echo "Changes were detected in Gemfile.lock. Running `tapioca gem`"
bin/tapioca gem --verify && bin/tapioca gem
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(this doesn't actually work on tapioca itself since it needs to be bundle exec tapioca).

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