Skip to content

Merge pull request #548 from Atom-Learning/DS-448-tab-list-left-arrow… #341

Merge pull request #548 from Atom-Learning/DS-448-tab-list-left-arrow…

Merge pull request #548 from Atom-Learning/DS-448-tab-list-left-arrow… #341

Triggered via push July 26, 2023 10:23
Status Success
Total duration 2m 15s
Artifacts

auto-fix.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
auto-fix
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
auto-fix: lib/src/components/calendar/Calendar.tsx#L164
Do not use Array index in keys
auto-fix: lib/src/components/calendar/Calendar.tsx#L168
Do not use Array index in keys
auto-fix: lib/src/components/carousel/Carousel.tsx#L59
Missing return type on function
auto-fix: lib/src/components/checkbox-field/CheckboxField.test.tsx#L25
A form label must be associated with a control
auto-fix: lib/src/components/checkbox-field/CheckboxField.tsx#L44
React Hook React.useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array
auto-fix: lib/src/components/checkbox/Checkbox.test.tsx#L2
'userEvent' is defined but never used
auto-fix: lib/src/components/checkbox/Checkbox.test.tsx#L14
A form label must be associated with a control
auto-fix: lib/src/components/checkbox/Checkbox.test.tsx#L29
A form label must be associated with a control
auto-fix: lib/src/components/chip/Chip.tsx#L54
Do not use Array index in keys
auto-fix: lib/src/components/combobox/ComboboxInput.tsx#L6
'Override' is defined but never used