kjanat/Install dprint

A GitHub Action to install the dprint code formatter with caching.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionThe dprint version to install (e.g., "0.55.2"; defaults to "latest").nolatest
cacheEnable caching of dprint binary and WASM plugins (set to "false" to disable).notrue
config-pathPath or glob to dprint config file(s) for the plugin cache key (auto-detected if not set; every glob match is hashed).no""
warmupPre-download WASM plugins after a cache miss so the post step saves a complete store (set to "false" to disable).notrue
namedescription
versionInstalled dprint version
locationPath to the installed dprint binary
cache-hitWhether the dprint binary was restored from tool-cache or actions/cache
plugin-cache-hitWhether the WASM plugin cache was restored (exact key match)
plugin-cache-keyThe cache key used for WASM plugin cache