BosamiyaSimran / SE-Project-Group-15

MIT License
2 stars 4 forks source link

Syntax Checker - Lint #13

Open thosaniparth opened 2 years ago

thosaniparth commented 2 years ago

Let's use some tools that might analyze the errors and mistakes in our codes. Let's try out lint as it is a tool that analyzes source code to flag programming errors, bugs, syntax errors, and suspicious constructs.

thosaniparth commented 2 years ago

I have added the workflows of lint on github and it is working fine. The name of the file is lint.yml in .github/workflows/