actions-marketplace-validations/Setup Racket environment

Setup a Racket environment and add it to the PATH.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 13, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/bogdanp_setup-racket@2466913449df77df2bad149d1f2fc4e1ea4795dd # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
architectureThe target architecture (arm32, arm64, x86, x64) of the Racket VM.x64
distributionThe target distribution (minimal, full) of Racket.full
variantThe target variant (BC, CS) of Racket. Defaults to CS if the version is >= 8.0, otherwise BC.""
versionRacket version to use.stable
snapshot_siteThe site to download snapshot versions from ('auto', 'utah' or 'northwestern').auto
catalogsA comma-separated list of package catalogs to use when installing packages.""
local_catalogsA comma-separated list of paths to create local catalogs in.""
packagesA comma-separated list of packages to install from the Package Catalog.""
destInstallation destination. Linux only.""
sudoUse sudo or not (always, never).""

no outputs