Skip to content

feat(Sources): added non-paginated layout #1701

feat(Sources): added non-paginated layout

feat(Sources): added non-paginated layout #1701

Triggered via pull request February 3, 2026 19:00
Status Failure
Total duration 3m 11s
Artifacts

check-pr.yml

on: pull_request
call-build-lint-test-workflow  /  build
46s
call-build-lint-test-workflow / build
call-build-lint-test-workflow  /  lint
27s
call-build-lint-test-workflow / lint
call-build-lint-test-workflow  /  test_jest
2m 10s
call-build-lint-test-workflow / test_jest
call-build-lint-test-workflow  /  test_a11y
2m 17s
call-build-lint-test-workflow / test_a11y
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
call-build-lint-test-workflow / lint
Process completed with exit code 1.
call-build-lint-test-workflow / lint: packages/module/src/SourcesCardBase/SourcesCardBase.tsx#L136
React Hook "useState" is called in function "renderSourceCard" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
call-build-lint-test-workflow / lint: packages/module/src/SourcesCard/SourcesCard.tsx#L90
'cardMaxWidth' is assigned a value but never used
call-build-lint-test-workflow / lint: packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/UserMessageWithExtraContent.tsx#L188
React Hook useEffect has a missing dependency: 'getCurrentStage'. Either include it or remove the dependency array