You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when someone makes a PR, then there is no any way by which a reviewer can check that what will happen if he merges this PR, Will it break the code or not?
To check this we need to add a workflow file to the project which can run on top of the PRs so that it can check that whether the PR is failing the program or not.
Currently, I can add gradle build to the workflows to ensure that the project is building successfully before merging any PR. @starboi02@VarunT11 What are your views on this?
The text was updated successfully, but these errors were encountered:
Currently, when someone makes a PR, then there is no any way by which a reviewer can check that what will happen if he merges this PR, Will it break the code or not?
To check this we need to add a workflow file to the project which can run on top of the PRs so that it can check that whether the PR is failing the program or not.
Currently, I can add
gradle build
to the workflows to ensure that the project is building successfully before merging any PR.@starboi02 @VarunT11 What are your views on this?
The text was updated successfully, but these errors were encountered: