Skip to content

Conversation

@Gagan202005
Copy link
Contributor

βœ… Summary

This PR adds a GitHub Actions workflow to run ESLint and TypeScript type-checking on every PR (and pushes to main) to catch issues early.


πŸ”§ Changes Included

  • Added Lint and Typecheck GitHub Actions workflow
  • Added required npm scripts:
    • npm run lint
    • npm run typecheck
  • Ensured TypeScript version compatibility (typescript@5.3.3)

βœ… Why this change?

  • Prevents broken or failing builds from being merged
  • Improves code quality and consistency
  • Catches TypeScript errors before deployment

πŸ§ͺ Testing Done

  • npm run lint
  • npm run typecheck
  • Workflow runs successfully on PR

Signed-off-by: Gagan202005 <gagansinghal2005@gmail.com>
Signed-off-by: Gagan202005 <gagansinghal2005@gmail.com>
Signed-off-by: Gagan202005 <gagansinghal2005@gmail.com>
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