paleite / eslint-plugin-diff

Run ESLint on your changes only
https://npm.im/eslint-plugin-diff
MIT License
172 stars 13 forks source link

Fetching origin? #40

Open subskribe-kevin opened 1 year ago

subskribe-kevin commented 1 year ago

Is there a reason you're force fetching origin?

In our CI config this cause it to time out.

If you set the branch to an ancestor of the current branch (HEAD for example) it doesn't need to fetch origin.

ArcadeRenegade commented 1 year ago

Is there a solution? Seems like there's two fetches happening since the GitHub workflow example does another fetch as a step.