MihaylovaL / YarnShop

MIT License
0 stars 0 forks source link

Create CI workflow #30

Open MihaylovaL opened 3 months ago

MihaylovaL commented 3 months ago

CI workflow must be done with GitHub Actions. Upon each commit, an automated build process is triggered. This process compiles the code, runs automated tests, and checks for any errors or failures. If the build and tests pass successfully, developers receive immediate feedback indicating that their changes integrate correctly with the existing codebase. If any issues are detected, developers are alerted, allowing them to address the problems promptly.