shagun25 / SheHeroes

SheHeroes- A Women And Child Safety App

Home Page:https://discord.com/channels/811724426965811210/815018090991321099

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the Pedantic Dependency rules through GitHub actions/CI tools

Neha62-lit opened this issue · comments

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

@hiashutoshsingh Please assign me this issue!