Build, Test, Deploy - Site #842
tbd-site.yml
on: workflow_dispatch
test-build
52s
deploy
0s
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
|