Skip to content

support for svelte 4 #114

support for svelte 4

support for svelte 4 #114

Re-run triggered November 27, 2023 16:45
Status Failure
Total duration 1m 12s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
test: test/app/src/App.svelte#L47
A11y: Elements with the 'button' interactive role must have a tabindex value.(a11y-interactive-supports-focus)
test: test/app/src/App.svelte#L47
A11y: visible, non-interactive elements with an on:click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as <button type="button"> or <a> might be more appropriate. See https://svelte.dev/docs/accessibility-warnings#a11y-click-events-have-key-events for more details.(a11y-click-events-have-key-events)
test: test/app/src/App.svelte#L59
A11y: Elements with the 'button' interactive role must have a tabindex value.(a11y-interactive-supports-focus)
test: test/app/src/App.svelte#L59
A11y: visible, non-interactive elements with an on:click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as <button type="button"> or <a> might be more appropriate. See https://svelte.dev/docs/accessibility-warnings#a11y-click-events-have-key-events for more details.(a11y-click-events-have-key-events)
test: test/app/src/routes/Foo.svelte#L10
Newline required at end of file but not found
test: test/app/src/routes/Name.svelte#L3
A11y: visible, non-interactive elements with an on:click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as <button type="button"> or <a> might be more appropriate. See https://svelte.dev/docs/accessibility-warnings#a11y-click-events-have-key-events for more details.(a11y-click-events-have-key-events)
test: test/app/src/routes/Name.svelte#L3
A11y: Non-interactive element <p> should not be assigned mouse or keyboard event listeners.(a11y-no-noninteractive-element-interactions)
test
Process completed with exit code 1.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/