View on GitHub

check-spelling-docs

Documentation for check-spelling

Breaking change: Artifacts are zipped

Included in v0.0.20

Background

Prior to v0.0.20, check-spelling produced a number of (generally) tiny files which it used to produce a comment in a secondary pass.

Occasionally actions/upload-artifact / actions/download-artifact would hit some error on some of the files and trigger a backoff that would take a while to resolve.

Solution

Instead of trying to upload a half dozen or so tiny files, check-spelling will now zip the files proactively before uploading, and unzip them after.

Hazards


FAQ | Showcase | Event descriptions | Configuration information | Known Issues | Possible features | Deprecations | Release notes | Helpful scripts