SEG491X-W2023-T42 / mikado-machine

A multi-platform web-app for managing tasks and goals using the Mikado Method.
https://mikadomachine.uottawaesports.ca/
1 stars 0 forks source link

Install GitHub Linter #62

Closed Daanish-Khan closed 1 year ago

Daanish-Khan commented 1 year ago

As of right now, when eslint detects an issue, the build fails completely.

To prevent this, we need to install a linter action that verifies eslint before merging the branch to main, and prevents merge if there are errors.