-
-
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 ensuring go-gitlint is installed #109
Conversation
Rollback Files For Sweep
|
Sandbox Executions
Check scripts/githooks/commit-msg with contents: |
The command:
|
🚀 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 addresses the issue where the GitHub Actions run was failing due to the go-gitlint tool not being found. The commit-msg script has been modified to check if go-gitlint is installed before attempting to run it. If it's not installed, the script will install it, preventing the error from occurring.
Summary of Changes
This change ensures that the GitHub Actions run will not fail due to the absence of go-gitlint.