Skip to content

Conversation

@pruales
Copy link
Contributor

@pruales pruales commented Nov 1, 2025

Note

Introduce CI workflow for lint/format/typecheck/tests and add Husky pre-push checks, updating scripts and removing the pre-commit hook.

  • CI:
    • Add GitHub Actions workflow /.github/workflows/ci.yml with jobs: lint, format:check, typecheck, and test (pnpm, Node 22).
  • Dev Tooling:
    • Add Husky /.husky/pre-push hook running pnpm lint, pnpm format:check, and pnpm typecheck.
    • Update package.json scripts: add format:check and prepare (husky).
    • Remove /.husky/pre-commit.

Written by Cursor Bugbot for commit 0e6e2c1. This will update automatically on new commits. Configure here.

@pruales pruales merged commit 2a0359e into main Nov 1, 2025
5 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.

2 participants