Skip to content

Update actions/checkout digest to 44c2b7a #133

Update actions/checkout digest to 44c2b7a

Update actions/checkout digest to 44c2b7a #133

Triggered via push May 8, 2024 22:48
Status Failure
Total duration 22s
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