MLH-Fellowship / CodeOfDuty

Gamified Sprint System
MIT License
3 stars 0 forks source link

Style Linting & Automatic Prepush Lint and Test Check #27

Closed cqvu closed 3 years ago

cqvu commented 3 years ago

Description

Current Behavior:

Proposed Changes:

Issue Number(s): Closes #18, Closes #22

How Has This Been Tested?

Pull request type

Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [x] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [x] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## Checklist Please check if your PR fulfills the following requirements: - [x] All new and existing tests passed - [x] Tests for the changes have been added - [x] Docs have been reviewed and added / updated if needed - [x] My code follows the code style of this project and lint has passed locally (we finally have lints now 😃)
cqvu commented 3 years ago

Added npm run lint to Github workflow pipeline