Errors in merging pr

Hello devs, I am facing a challenge in my PR. Is there any documentation to aid in pushing the PR maybe I am missing something GitHub - Bahati308/OpenELIS-Global-2: OpenELIS 2.X is a rewrite of the original OpenELIS global with updated components and technology

think these are the errors preventing the merge
Screenshot from 2024-09-24 17-40-01

Formating the Source code after making changes

  • After making UI changes to the frontend directory , run the formatter to properly format the Frontend code
cd frontend
npm run format

After making changes to the backend directory, run the formatter to properly format the Java code

mvn spotless:apply

thanks @Agaba_Derrick_Junior , do i need to run the command for back-end too even if I didnt make changes to it, cause I did run that of front-end. And there are no changes to add or commit in my local forked branch. Lemme re-run it and see

1 Like