Open ishanppendse opened 1 week ago
There is a simple todo list application - I experimented with binding the application to a hotkey as well, it works! But didn't push in the code since this wont be our final application. For packaging we can use electron-forge. It creates executables for the required target. The build process takes a while though (especially when building cross-platform).
There is a simple todo list application - I experimented with binding the application to a hotkey as well, it works! But didn't push in the code since this wont be our final application. For packaging we can use electron-forge. It creates executables for the required target. The build process takes a while though (especially when building cross-platform).
maybe you can push it to the CI_CD_Pipeline
branch, since the purpose of this branch is to test out CI/CD pipeline?
I completed setting up formatting and linting locally in the new branch CI-biome. I'll setup CI for it once the pipeline is created. @ishanppendse
I just setup jest for testing in our CI/CD pipeline and added application/.github/workflows/ci.ym. I already pushed the code to our CI_CD_Pipeline branch. I can get the test running, but the test result is wrong.
Tasks
The
CI_CD_Pipeline
branch is used to test out the CI/CD pipeline as we work on this issue.Bottlenecks
None