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
Before this commit, `check-style.sh` would include
all `node_modules` and `site-packages` in its
search for Markdown files to checksum. These would
get `sha256sum`ed for the `markdown-autodocs`
check, which would take time. Ignoring these
folders speeds up our precommit a bit.
0 commit comments