ayushagg31 / Trellis

A simplified Trello clone built with React, Redux, Node, Express and MongoDB.
https://trellis-app.herokuapp.com
GNU General Public License v3.0
127 stars 54 forks source link

Adding PR workflow #53

Closed jacubsmith closed 3 years ago

jacubsmith commented 3 years ago

Description Adding workflow for when a PR is submitted to run a linting check, have done this over the pre-commit as there is a lot of errors that come up when running the linter. They are all syntax based and won't cause build errors but is another task to go through and fix them up.

This method will allow you to merge PR's anyway so development isn't halted. Once they are fixed we can add in the pre-commit hook.

Fixes # (issue reference) closes #52

Type of change

Checklist

Expected Outcome Github action will run when a pull request is submitted to the master to run the linter.