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
test_markdown_style was spawning a bash+diff+mdformat subprocess for
each of the 66 markdown files individually (23s). Pass all files to
mdformat --check in one call (~4s).
Signed-off-by: Riccardo Mancini <mancio@amazon.com>
0 commit comments