Skip to content

Update actions/checkout digest to 1d96c77 #124

Update actions/checkout digest to 1d96c77

Update actions/checkout digest to 1d96c77 #124

Triggered via push April 22, 2024 17:29
Status Failure
Total duration 54s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/toot-embed-element.ts#L117
DOM traversal using .querySelector inside connectedCallback() is error prone
build: src/toot-embed-element.ts#L118
DOM traversal using .textContent inside connectedCallback() is error prone
build: src/toot-embed-element.ts#L118
DOM traversal using .querySelector inside connectedCallback() is error prone
build: src/toot-embed-element.ts#L135
Unexpected console statement
build: src/toot-embed-element.ts#L143
Unexpected console statement
build: src/toot-embed-element.ts#L144
Please pass in `window.location.origin` as the 2nd argument to `new URL()`
build: src/toot-embed-element.ts#L146
Using innerHTML poses a potential security risk and should not be used. Prefer using textContent
build: src/toot-embed-element.ts#L161
Do not use "@ts-ignore" because it alters compilation errors
build: src/toot-embed-element.ts#L163
Do not use "@ts-ignore" because it alters compilation errors
build: src/toot-embed-element.ts#L171
Expected an error object to be thrown