Open thosaniparth opened 3 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.
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/
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.