shagun25 / SheHeroes

SheHeroes- A Women And Child Safety App
https://discord.com/channels/811724426965811210/815018090991321099
Creative Commons Zero v1.0 Universal
76 stars 92 forks source link

Add the Pedantic Dependency rules through GitHub actions/CI tools #77

Closed Neha62-lit closed 3 years ago

Neha62-lit commented 3 years ago

Describe the feature you'd like to add 1) Sometimes breaking Pedantic rules can result in a poor quality code which over time grows out to be messy. We can take advantage of linting and static analysis to check whether the written code adheres to our code styling rule. This can be automated using GitHub Actions. 2) In this project, we added the Pedantic Dependency rules. If we enable it to GitHub, we can enable check to follow code guidelines/rules to pass the PR. 3) Now when someone raising the PR, that person should follow all the rules of Pedantic dependency, then that person's all checks will successful while making the PR. 4) And also our code will always clean and proper after adding the GitHub actions.

Describe how you will do it I will create the ci.yml file in the .github/workflows/ directory in the project.

Additional context After adding the GitHub actions to Pedantic dependency, output will be same like this: 1) If that person doesn't follow all the rules of Pedantic dependency. For Example:

SheHeroes ss

Neha62-lit commented 3 years ago

@hiashutoshsingh Please assign me this issue!