TimeWarp
TimeWarp copied to clipboard
create a workflow using Git Actions, this workflow will check Lint errors and Type errors in the changes of Pull request.
I want to add lint and type errors checking in the pull requests of the repository, so , every time you want to check the lint and type errors in the repo , go to github actions -> workflows, then simply click on the workflow you want to run , it will show the errors there are in the changed code
I will make a .yml file under .github folder -> workflows , it will contain all the information about the workflow
Please assign me this issue under GSSOC'24