Plan item #49. No CI, no coverage, no lint.
Scope: a GitHub Actions workflow running npm test (the full jest suite, including the WebAssembly differential tests), npm run typecheck and npm run build on push and pull request. Coverage reporting and a linter can follow as separate steps.
Plan item #49. No CI, no coverage, no lint.
Scope: a GitHub Actions workflow running
npm test(the full jest suite, including the WebAssembly differential tests),npm run typecheckandnpm run buildon push and pull request. Coverage reporting and a linter can follow as separate steps.