build: do not lint fixtures in make lint-md#22549
build: do not lint fixtures in make lint-md#22549joyeecheung wants to merge 1 commit intonodejs:masterfrom
Conversation
|
I would prefer no changes to line 1093 and adding |
|
Removing |
|
Ping @joyeecheung |
68cf249 to
672474f
Compare
|
Updated to use the |
|
Everything is good on CI except a known Windows flake. Windows re-run: https://ci.nodejs.org/job/node-test-commit-windows-fanned/20733/ (Update: ✔️) |
|
Resume CI (with a special Windows trick): https://ci.nodejs.org/job/node-test-commit/21481/ |
|
Windows is still pretty red.. |
|
Only red was Windows fanned. Known flaky. Here's a re-run: https://ci.nodejs.org/job/node-test-commit-windows-fanned/20753/ |
|
Windows build is (finally) green |
|
Landed in bb9d788, thanks! |
PR-URL: #22549 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
PR-URL: #22549 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
PR-URL: #22549 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
PR-URL: #22549 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
This is useful if we need to put markdown files in
test/fixtures(I was working on pulling the WPT there)Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes