-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc, tools: doc linting does not work in CI #12635
Comments
It seems these blocks also need to be edited, but I don't know how exactly: Lines 861 to 864 in b4fea2a
Lines 427 to 430 in b4fea2a
Maybe some other files are also concerned ( |
@vsemozhetbyt I think all you need to do is add |
@vsemozhetbyt Oh, wait, yeah, you'll also need to add the |
Oh, I never realized that |
@not-an-aardvark With But on CI, there is no second run. There is only the first run. So Given that the linter is the fastest CI job we have, this is literally marginal value, but it used to run everywhere before ESLint had caching (or maybe before we knew to turn caching on). |
@Trott @not-an-aardvark It seems we need to update |
Trying: #12640 |
PR-URL: #12640 Fixes: #12635 Refs: #12563 Reviewed-By: Teddy Katz <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
PR-URL: #12640 Fixes: #12635 Refs: #12563 Reviewed-By: Teddy Katz <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
It seems #12563 has not made all needed changes in build scripts to run doc linting on CI.
I've tried to skim PRs from this search:
is:pr is:open label:doc -label:stalled
and run linter CI on them.See this inconsistency: #12549 (comment)
It seems, CI uses commands not addressed in the #12563 (see https://ci.nodejs.org/job/node-test-linter/8536/console).
What should be added?
The text was updated successfully, but these errors were encountered: