Impl [Workflows] Add retry option for workflows #1999
ci.yaml
on: pull_request
Build Docker
1m 41s
Check Copyright Existence
8s
Lint Check
1m 26s
Annotations
2 errors and 14 warnings
Build Docker
Process completed with exit code 1.
|
Build Docker
Module not found: Error: Can't resolve 'igz-controls
|
Check Copyright Existence
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build Docker
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build Docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint Check:
src/common/Chip/Chip.stories.js#L24
Assign object to a variable before exporting as module default
|
Lint Check:
src/common/CodeBlock/Button.stories.js#L24
Assign object to a variable before exporting as module default
|
Lint Check:
src/common/DatePicker/DatePicker.stories.js#L25
Assign object to a variable before exporting as module default
|
Lint Check:
src/common/Input/Input.stories.js#L26
Assign object to a variable before exporting as module default
|
Lint Check:
src/common/LoadButton/LoadButton.stories.js#L26
Assign object to a variable before exporting as module default
|
Lint Check:
src/common/RangeInput/RangeInput.stories.js#L24
Assign object to a variable before exporting as module default
|
Lint Check:
src/common/Select/Select.stories.js#L24
Assign object to a variable before exporting as module default
|
Lint Check:
src/common/SplitButton/SplitButton.stories.js#L26
Assign object to a variable before exporting as module default
|
Lint Check:
src/stories/Link.stories.js#L25
Assign object to a variable before exporting as module default
|
Lint Check:
src/stories/Link.stories.js#L29
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
|