-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
make lint-md
failing for v16.x-staging in GitHub actions
#39850
Comments
@Trott maybe it's related to the recent markdown linter updates? |
node/.github/workflows/linters.yml Lines 55 to 58 in af45be7
To reproduce locally, you would need to pass the list of released version numbers as an environment variable; it would be worth adding a make command to do it easily, but currently you need to copy/paste the list manually (or come up with a clever $ tools/node-lint-md-cli-rollup/src/list-released-versions-from-changelogs.mjs
::set-output name=NODE_RELEASED_VERSIONS::9.11.2,...,0.12.0
$ NODE_RELEASED_VERSIONS="9.11.2,...,0.12.0" make lint-md |
It's complaining about
|
I think cherry-picking 16e00a1 will fix the lint issue but I don't know if it will land cleanly and I don't know if cherry-picking those kinds of commits is part of the usual release process. |
We don't cherry-pick release commits between release branches. |
Yeah, I'd be for not doing that check on staging/release branches etc. |
I suspect that the condition |
See https://github.com/nodejs/node/runs/3399539405
I don't understand what the error is about and I cannot reproduce it locally.
The text was updated successfully, but these errors were encountered: