Set up comprehensive CI pipeline with three jobs: - Lint: Runs ESLint and type checking - Test: Executes test suite with Coveralls integration - Build: Verifies package builds correctly The workflow uses pnpm and caches dependencies for faster runs.