oss-slu / Mouser

GNU General Public License v3.0
1 stars 7 forks source link

Issue133 #141

Closed Massi-Papi closed 11 months ago

Massi-Papi commented 1 year ago

Creating a Linter for code.

Fixes #133

What was changed? Added a main-linter.yml file

Here, describe what part of the application you changed (e.g. login page, database, etc.). If possible, mention what specific components were added, removed, or modified.

It will now lint and format the code.

Here, describe the issue that you are fixing with this code, and why your code fixes it.

Whenever there is a merge and/or push to the main branch, it activates the linter. If there is an error in processing the code, it will pop up in the actions, and it will stop the merge.