Skip to content

Feat: Added eventapi metadata #2165

Feat: Added eventapi metadata

Feat: Added eventapi metadata #2165

Triggered via pull request October 27, 2024 17:00
Status Failure
Total duration 1m 18s
Artifacts

ci.yaml

on: pull_request
WebExtension Lint, Build, Test
1m 4s
WebExtension Lint, Build, Test
Create Release
0s
Create Release
Deploy Hosted Build
0s
Deploy Hosted Build
Submit to CWS / Sign XPI
0s
Submit to CWS / Sign XPI
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
WebExtension Lint, Build, Test: src/worker/worker.events.ts#L176
Type 'EventAPIMessage<"DISPATCH">' is missing the following properties from type '{ type: string; matches: number[]; body: ChangeMap<ObjectKind>; }': type, matches, body
WebExtension Lint, Build, Test: src/worker/worker.events.ts#L176
Conversion of type 'Cosmetic<"AVATAR">' to type 'EventAPIMessage<"DISPATCH">' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
WebExtension Lint, Build, Test
Process completed with exit code 2.
WebExtension Lint, Build, Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/