-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
locked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.repo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docsteam assignedA member of the typescript-eslint team should work on this.A member of the typescript-eslint team should work on this.
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
const core = require('@actions/core'); | |
const github = require('@actions/github'); | |
function raiseError(message) { |
Suggestion: let's remove this line?
- uses: ./.github/actions/prepare-install |
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
Metadata
Metadata
Assignees
Labels
locked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.repo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docsteam assignedA member of the typescript-eslint team should work on this.A member of the typescript-eslint team should work on this.