Skip to content

chore: add heartbeat #1701

chore: add heartbeat

chore: add heartbeat #1701

Triggered via pull request July 29, 2024 19:50
Status Success
Total duration 2m 9s
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#L82
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#L91
Expected { after 'if' condition
pr (lint): packages/extension/src/background.ts#L91
Missing semicolon
pr (lint): packages/extension/src/background.ts#L93
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#L93
Strings must use singlequote
pr (lint): packages/extension/src/background.ts#L94
Unexpected trailing comma
pr (lint): packages/extension/src/background.ts#L95
Missing semicolon
pr (lint): packages/extension/src/background.ts#L96
Missing semicolon
pr (lint): packages/extension/src/background.ts#L98
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