Skip to content

[DEV-11397] Updated storybook stories title #61

[DEV-11397] Updated storybook stories title

[DEV-11397] Updated storybook stories title #61

Status Success
Total duration 1m 16s
Artifacts

lint.yml

on: push
Matrix: Run Linter checks
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
src/components/Rollover/Rollover.tsx#L41
Visible, non-interactive elements with click handlers must have at least one keyboard listener (jsx-a11y/click-events-have-key-events)
src/components/Rollover/Rollover.tsx#L41
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element (jsx-a11y/no-static-element-interactions)
src/components/Rollover/Rollover.tsx#L43
Unexpected unnamed function (func-names)
src/elements/Text.tsx#L39
Unexpected unnamed function (func-names)
Run Linter checks (16.x)
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/