-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 GitHub Actions run by installing go-gitlint #114
Conversation
Rollback Files For Sweep
|
Sandbox Executions |
The command:
|
🚀 Wrote ChangesDone. |
Sandbox Executions |
🚀 Wrote ChangesDone. |
This issue is stale because it has been open 7 days with no activity. |
This PR was closed because it has been stalled for 5 days with no activity. You can reopen it if you want. |
PR Feedback (click)
I created this PR to fix the failing GitHub Actions.## Description
This PR fixes the issue with the GitHub Actions run failing due to the go-gitlint tool not being found. The solution involves modifying the GitHub Actions workflow file to install the go-gitlint tool before running the commit-msg hook.
Changes made:
Summary of Changes
mkdir -p ./_output/tools
wget -O ./_output/tools/go-gitlint https://github.com/stevvooe/go-gitlint/releases/download/v0.1.0/go-gitlint-linux-amd64
chmod +x ./_output/tools/go-gitlint