nodejs / build

Better build and test infra for Node.
506 stars 166 forks source link

Are the lint jobs actually required for "node-test-pull-request" #3843

Open juanarbol opened 3 months ago

juanarbol commented 3 months ago

GitHub actions run the linters, normally a GH actions is triggered for each pull request. Not sure fi the CI needs to run the linters again if the GH actions already gave the results of linter.

richardlau commented 3 months ago

I would prefer to keep the ability to run the linters in Jenkins because it would preserve our ability to separate from GitHub (worst-case, hopefully never happens scenario).