Skip to content

chore: add pre-commit hooks for fmt, lint, and typecheck#31

Merged
dev-jodee merged 1 commit intomainfrom
chore/add-pre-commit
Mar 24, 2026
Merged

chore: add pre-commit hooks for fmt, lint, and typecheck#31
dev-jodee merged 1 commit intomainfrom
chore/add-pre-commit

Conversation

@dev-jodee
Copy link
Collaborator

Summary

  • Adds .pre-commit-config.yaml with two hooks:
    • just fmt — auto-formats Rust/TS and runs clippy on Rust/TS file changes
    • just typecheck — runs tsc --noEmit across all workspaces on TS file changes
  • Adds just typecheck recipe to justfile using pnpm -r run typecheck (covers apps/web, clients/typescript, and examples)

@dev-jodee dev-jodee requested a review from amilz March 24, 2026 11:22
@dev-jodee dev-jodee merged commit 3ad9bb5 into main Mar 24, 2026
6 checks passed
@dev-jodee dev-jodee deleted the chore/add-pre-commit branch March 24, 2026 11:44
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