chore: split static-analysis and runtime-compat jobs #82
ci.yaml
on: pull_request
Matrix: runtime-compat
Matrix: static-analysis
Annotations
7 errors
static-analysis (ubuntu-latest, 20.x)
Cannot find module '@pnpm-monorepo/sample-lib' or its corresponding type declarations.
|
static-analysis (ubuntu-latest, 20.x)
@pnpm-monorepo/sample-app#lint:types: command (/home/runner/work/pnpm-monorepo/pnpm-monorepo/apps/sample-app) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint:types exited (1)
|
static-analysis (ubuntu-latest, 20.x)
Process completed with exit code 1.
|
static-analysis (ubuntu-latest, 20.x):
apps/sample-app/src/index.ts#L1
Unable to resolve path to module '@pnpm-monorepo/sample-lib'
|
static-analysis (ubuntu-latest, 20.x):
apps/sample-app/src/index.ts#L3
Unsafe call of an `any` typed value
|
static-analysis (ubuntu-latest, 20.x)
@pnpm-monorepo/sample-app#lint:semantic: command (/home/runner/work/pnpm-monorepo/pnpm-monorepo/apps/sample-app) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint:semantic exited (1)
|
static-analysis (ubuntu-latest, 20.x)
Process completed with exit code 1.
|