You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lint job does static analysis, but it's configured to run against multiple Node runtimes. Only one is needed and it shouldn't have a matrix because that necessitates updating its Required check when bumping Node versions.
Fixes#2283
In order to avoid unnecessary duplication of effort in CI and to keep
the required Lint job name consistent as we upgrade the underlying
Node.js version, this change drops the test matrix and hard-codes the
platform and node version.
What is the Problem Being Solved?
The
lint
job does static analysis, but it's configured to run against multiple Node runtimes. Only one is needed and it shouldn't have a matrix because that necessitates updating its Required check when bumping Node versions.Description of the Design
Take the matrix out of
endo/.github/workflows/ci.yml
Lines 18 to 28 in b02f0e2
A repo admin updates settings to require the plain "lint" job, not the runtime-scoped one
Security Considerations
Scaling Considerations
Test Plan
Compatibility Considerations
Upgrade Considerations
The text was updated successfully, but these errors were encountered: