Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR fixes the release workflow by updating the husky hook reference and making minor formatting changes. The changes align the workflow to remove the executable permission from the correct husky hook file that exists in the repository.
- Removed the
.husky/pre-commitfile entirely - Updated the release workflow to reference
.husky/commit-msginstead of the now-deleted.husky/pre-commit - Changed quote style from single to double quotes in YAML string values
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.husky/pre-commit |
Removed the pre-commit hook file containing pnpm lint command |
.github/workflows/release.yml |
Updated chmod command to target commit-msg instead of pre-commit, and standardized quote style |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.