Skip to content

chore: add heartbeat #1703

chore: add heartbeat

chore: add heartbeat #1703

Triggered via pull request July 29, 2024 20:03
Status Success
Total duration 2m 20s
Artifacts

pr-any.yml

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

Annotations

10 errors
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#L84
Missing semicolon
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
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#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#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