nodejs / build

Better build and test infra for Node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-test-linter broken due to CRLF in markdown files

targos opened this issue · comments

It seems related to nodejs/node#52161, but CI wasn't run on that PR.

It seems related to nodejs/node#52161, but CI wasn't run on that PR.

Looks like this was run against that PR? https://ci.nodejs.org/job/node-test-linter/53839/

It seems related to nodejs/node#52161, but CI wasn't run on that PR.

Looks like this was run against that PR? https://ci.nodejs.org/job/node-test-linter/53839/

Although I am confused how we then had subsequent passing builds before https://ci.nodejs.org/job/node-test-linter/53842/console

I see only one subsequent passing build, which was started at the same time as 53840 and ran in another workspace (node-test-linter@2): https://ci.nodejs.org/job/node-test-linter/53841/console

I wiped out the workspace.

/cc @StefanStojanovic since it seems you started the first failing run.

hey @targos, yes I was the one to run that job to check if it would fail on that PR or not. after I saw it failed I told @huseyinacacak-janea to mark the PR as draft and ensure the linter job passes. Sorry to have broken CI, it should be fixed now.