Skip to content

Commit 8d699d7

Browse files
committed
Do type checking for TS
1 parent dc87afc commit 8d699d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This repository hosts Temporal SDK feature examples in multiple languages. Follo
1919
- Bug regression tests belong under `features/bugs/<lang>`. Favor including as many languages as possible for non-bug features and feel free to extract helpers since backward compatibility is not a concern.
2020

2121
## Formatting and Linting
22-
- **TypeScript**: Format with Prettier and lint with ESLint using `npm run format` and `npm run lint`. Prettier is configured for single quotes and a 120‑character line width.
22+
- **TypeScript**: Format with Prettier and lint with ESLint using `npm run format` and `npm run lint`, you must ensure type checking passes with `npm run build`.
2323
- **Python**: Install tools with `uv tool install poethepoet` and `uv sync`. Format with `poe format` and lint with `poe lint` which runs Ruff and mypy.
2424
- **Go**: Run `go fmt ./...` before committing.
2525
- **Java**: Apply Google Java Format with `./gradlew spotlessApply`.

0 commit comments

Comments
 (0)