UCLA-CS130-23Fall / EasySplit

MIT License
0 stars 3 forks source link

[Task] Setup the Frontend CI with static code checks #27

Closed huangyz0918 closed 1 year ago

huangyz0918 commented 1 year ago

Description:

This task involves setting up a Continuous Integration (CI) pipeline for our frontend repository that performs static code analysis to ensure code quality, style consistency, and to catch potential errors early in the development cycle.

Scope:

Requirements:

Expected Outcome:

A fully functional CI pipeline that automatically checks every push to the main branch, ensuring that the frontend code adheres to our project's coding standards and is free of errors before it can be merged.