Skip to content

chore: add heartbeat #1702

chore: add heartbeat

chore: add heartbeat #1702

Triggered via pull request July 29, 2024 20:02
Status Success
Total duration 1m 14s
Artifacts

pr-any.yml

on: pull_request
Matrix: pr
Fit to window
Zoom out
Zoom in

Annotations

12 errors
pr (build): packages/extension/src/background.ts#L18
File '/home/runner/work/extension/extension/packages/extension/src/heartbeat.ts' is not a module.
pr (build)
Process completed with exit code 255.
pr (lint): packages/extension/src/background.ts#L8
Run autofix to sort these imports!
pr (lint): packages/extension/src/background.ts#L83
Promise returned in function argument where a void return was expected
pr (lint): packages/extension/src/background.ts#L95
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
pr (lint): packages/extension/src/background.ts#L100
Unsafe call of an `any` typed value
pr (lint): packages/extension/src/heartbeat.ts#L10
'NodeJS' is not defined
pr (lint): packages/extension/src/heartbeat.ts#L13
'chrome' is not defined
pr (lint): packages/extension/src/heartbeat.ts#L21
Async function 'startHeartbeat' has no 'await' expression
pr (lint): packages/extension/src/heartbeat.ts#L21
'startHeartbeat' is defined but never used. Allowed unused vars must match /^_/u
pr (lint): packages/extension/src/heartbeat.ts#L23
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
pr (lint): packages/extension/src/heartbeat.ts#L25
Promise returned in function argument where a void return was expected