Skip to content

Conversation

@peppescg
Copy link
Collaborator

add pre-push hook checking tsc

@peppescg peppescg self-assigned this Nov 21, 2025
Copilot AI review requested due to automatic review settings November 21, 2025 17:56
Copilot finished reviewing on behalf of peppescg November 21, 2025 17:57
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a pre-push Git hook to run TypeScript type checking before pushing code, and adds a shebang line to the existing pre-commit hook for consistency.

  • Adds pre-push hook that runs tsc --noEmit to catch type errors before pushing
  • Updates pre-commit hook with shebang for proper shell execution

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.husky/pre-push New hook that runs TypeScript type checking before push operations
.husky/pre-commit Adds shebang line for consistency with other hooks

@peppescg peppescg merged commit 944a360 into main Nov 22, 2025
15 checks passed
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.

3 participants