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.
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.
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.