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 when pushed to main.
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.
Creating a Linter for code.
Fixes https://github.com/oss-slu/Mouser/issues/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 when pushed to main.
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.