Skip to content
Triggered via push August 20, 2023 06:49
Status Failure
Total duration 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

run-tests.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
prefer-stable - ubuntu-latest: package.json#L27
Expected object keys to be in specified order. 'import' should be before 'require'
prefer-stable - ubuntu-latest: src/compiler/index.ts#L32
Unexpected use of the global variable 'process'. Use 'require("process")' instead
prefer-stable - ubuntu-latest: src/compiler/index.ts#L33
Unexpected use of the global variable 'process'. Use 'require("process")' instead
prefer-stable - ubuntu-latest: src/compiler/index.ts#L33
Unexpected use of the global variable 'process'. Use 'require("process")' instead
prefer-stable - ubuntu-latest: src/env/data.ts#L42
Unexpected use of the global variable 'process'. Use 'require("process")' instead
prefer-stable - ubuntu-latest: src/env/data.ts#L71
Unexpected use of the global variable 'process'. Use 'require("process")' instead
prefer-stable - ubuntu-latest: src/env/data.ts#L72
Unexpected use of the global variable 'process'. Use 'require("process")' instead
prefer-stable - ubuntu-latest: src/env/data.ts#L94
Prefer `Number.parseInt` over `parseInt`
prefer-stable - ubuntu-latest: src/env/index.ts#L19
Unexpected use of the global variable 'process'. Use 'require("process")' instead
prefer-stable - ubuntu-latest: src/env/index.ts#L19
Unexpected use of the global variable 'process'. Use 'require("process")' instead
prefer-stable - ubuntu-latest: src/fastify/Router.ts#L85
'req' is defined but never used
prefer-stable - ubuntu-latest: src/fastify/Router.ts#L85
'req' is defined but never used. Allowed unused args must match /^_/u