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
Currently it builds the entire site and runs all the checks against all the files. It would be far faster to perform at least some of the checks against partial data that is figured out based on the changes made by the PR (just pick the changed files). Running proselint against changed files like this would be a good starting point.
It gets trickier with link validation as those can point anywhere within the site. Solving that would require a bit more (copy the existing site from gh-pages + perform a partial build to overlay on top of that).
The text was updated successfully, but these errors were encountered:
Currently it builds the entire site and runs all the checks against all the files. It would be far faster to perform at least some of the checks against partial data that is figured out based on the changes made by the PR (just pick the changed files). Running proselint against changed files like this would be a good starting point.
It gets trickier with link validation as those can point anywhere within the site. Solving that would require a bit more (copy the existing site from
gh-pages
+ perform a partial build to overlay on top of that).The text was updated successfully, but these errors were encountered: