I am new to CircleCI and working on a project that runs CirclCI on GitHub whenever code is pushed to the remote repo.
Before pushing, I run yarn lint and I still get a failing test from CircleCI.

Also, just to be clear, when I run yarn lint there are no changes that are shown in my git locally. It is green displaying no changes were made by the linting.
Additional Context:
I am running a Mac and CI is running Linux.

