black-backdoor / MeOS

Online Operating System
https://meos.lima.zone
GNU General Public License v3.0
1 stars 1 forks source link

[Feature] add Automated Testing & Code Formatter to the Project #81

Open black-backdoor opened 2 months ago

black-backdoor commented 2 months ago

To improve code quality and maintain consistency across the codebase, we need to integrate automated testing and a code formatter into our project. This will help catch errors early, ensure that the code adheres to a consistent style, and make the development process more efficient.

black-backdoor commented 2 months ago

After adding HTMLLint (PR: #91) to the project, we could see the effects immediately with pull request #92