wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
727 stars 711 forks source link

Identity-apps PR-builder lint checker is passing even though there are lint warnings #20596

Closed JayaShakthi97 closed 4 days ago

JayaShakthi97 commented 4 days ago

Describe the issue:

When running the lint step in PR-builder in batches, the script does not fail with exit code 1 if only the first batch contains lint errors, but subsequent batches do not.

Ref: https://github.com/wso2/identity-apps/actions/runs/9691452427/job/26742965321?pr=6485

image

How to reproduce:

Expected behavior:

The linter script should fail with an exit code of 1 if any lint mistakes are present in any of the files being linted.

JayaShakthi97 commented 4 days ago

Fixed with: