codebuddies / frontend

Frontend concept with React for CBv3
https://cbv3.netlify.app
GNU General Public License v3.0
20 stars 27 forks source link

Move Linting Tests to a separate Github Action #95

Closed angelocordon closed 4 years ago

angelocordon commented 4 years ago

Currently, the Linting step runs sequentially after the Jest test. If Jest fails, ESLint does not run at all. It doesn't look like we're able to run these steps in parallel but instead should probably have it as a separate job altogether.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.