fix: Queue stuff #110
Annotations
10 errors and 7 warnings
apps/event-worker/src/github-utils.ts#L7
Missing file extension for "./config"
|
apps/event-worker/src/index.ts#L22
Promise returned in function argument where a void return was expected
|
apps/event-worker/src/index.ts#L23
Promise returned in function argument where a void return was expected
|
apps/event-worker/src/job-execution-dispatch/index.ts#L27
The two values in this comparison do not have a shared enum type
|
apps/event-worker/src/job-execution-sync/github.ts#L5
Missing file extension for "../github-utils"
|
apps/event-worker/src/job-execution-sync/github.ts#L14
Unexpected `await` of a non-Promise (non-"Thenable") value
|
apps/event-worker/src/job-execution-sync/github.ts#L31
Unnecessary conditional, both sides of the expression are literal values
|
apps/event-worker/src/job-execution-sync/github.ts#L32
'jobExecution.id' will use Object's default stringification format ('[object Object]') when stringified
|
apps/event-worker/src/job-execution-sync/github.ts#L32
Invalid type "PgColumn<{ name: "id"; tableName: "job_execution"; dataType: "string"; columnType: "PgUUID"; data: string; driverParam: string; notNull: true; hasDefault: true; enumValues: undefined; baseColumn: never; }, {}, {}>" of template literal expression
|
apps/event-worker/src/job-execution-sync/github.ts#L52
'arg0' is defined but never used. Allowed unused args must match /^_/u
|
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
apps/event-worker/src/github-utils.ts#L5
All imports in the declaration are only used as types. Use `import type`
|
apps/event-worker/src/job-execution-dispatch/github.ts#L6
Imports "JobExecution" are only used as type
|
apps/event-worker/src/job-execution-sync/github.ts#L3
Imports "JobExecution" are only used as type
|
apps/event-worker/src/job-execution-sync/index.ts#L1
Imports "Job" are only used as type
|
apps/event-worker/src/job-execution-sync/index.ts#L5
Imports "JobExecution" are only used as type
|
apps/event-worker/src/job-execution-sync/index.ts#L6
Imports "DispatchJobExecutionEvent" are only used as type
|
This job failed
Loading