Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggestion
Is there any reason why we want to install deps before running thebreaking-pr-check
action? It does not import any repo-specific packages:
constcore=require('@actions/core'); | |
constgithub=require('@actions/github'); | |
functionraiseError(message){ |
Suggestion: let's remove this line?
-uses:./.github/actions/prepare-install |
I noticed this, because it takes ~2 mins to runprepare-install
and ~0 seconds to validate PR title (https://github.com/typescript-eslint/typescript-eslint/actions/runs/9712997933/job/26808863383?pr=9444)