avinashkranjan / Friday

🎓 Friday - Your Personal Class Manager Assistant, It'll never let you miss another assignment deadline or upcoming test. https://friday.avinashranjan.com
https://play.google.com/store/apps/details?id=com.avinashkranjan.friday
MIT License
108 stars 153 forks source link

Feature - Added: Created Workflow for Code Formatting ⚡ #311

Closed Nishitbaria closed 1 year ago

Nishitbaria commented 1 year ago

Description

I have created a new Github action Workflow which Check format of code means Pretier and workflow code is added into : .github/workflows

Fixes #310

Have you read the Contributing Guidelines on Pull Requests?

Type of change

Please delete options that are not relevant.

Checklist:

Nishitbaria commented 1 year ago

Description

I have created a new Github action Workflow which Check format of code means Pretier and workflow code is added into : .github/workflows

Fixes #310

Have you read the Contributing Guidelines on Pull Requests?

  • [x] Yes
  • [ ] No

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • [x] My code follows the style guidelines(Clean Code) of this project
  • [x] I have performed a self-review of my own code
  • [x] My changes generate no new warnings
  • [ ] I have added tests/screenshots(if any) that prove my fix is effective or that my feature works.

Hey @avinashkranjan Please Review My PR :)