Skip to content

Build, Test, Deploy - Site #842

Build, Test, Deploy - Site

Build, Test, Deploy - Site #842

Manually triggered November 8, 2024 21:02
Status Failure
Total duration 1m 2s
Artifacts

tbd-site.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
test-build
Process completed with exit code 1.
test-build: site/src/components/BadgeGenerator.svelte#L173
A11y: noninteractive element cannot have nonnegative tabIndex value(a11y-no-noninteractive-tabindex)
test-build: site/src/components/PostHero.svelte#L247
Unused CSS selector ".theme [class*=link]"(css-unused-selector)
test-build: site/src/components/PostHero.svelte#L247
Unused CSS selector ".theme [class*=icon]"(css-unused-selector)
test-build: site/src/components/PostHero.svelte#L254
Unused CSS selector ".theme .cta:focus"(css-unused-selector)
test-build: site/src/components/SiteHeader.svelte#L109
A11y: Non-interactive element <dialog> should not be assigned mouse or keyboard event listeners.(a11y-no-noninteractive-element-interactions)
test-build: site/src/pages/[lang]/subscribe.astro#L64
Caution: `countries` also has a named export `getNames`. Check if you meant to write `import {getNames} from 'i18n-iso-countries'` instead