Closed
Description
Suggestion
Is there any reason why we want to install deps before running the breaking-pr-check
action? It does not import any repo-specific packages:
typescript-eslint/.github/actions/breaking-pr-check/index.js
Lines 1 to 4 in 40fed48
Suggestion: let's remove this line?
I noticed this, because it takes ~2 mins to run prepare-install
and ~0 seconds to validate PR title (https://github.com/typescript-eslint/typescript-eslint/actions/runs/9712997933/job/26808863383?pr=9444)
cc @yeonjuan