hasnep/Set up Roc

Set up a specific version of the Roc compiler.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Feb 3, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: hasnep/setup-roc@9866c6fdc971ee9f4b3eeba03d825dc32a5efa7f # v0.5.0

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

namedescriptionrequireddefault
roc-versionThe version of Roc to use, defaults to `nightly`. Mutually exclusive with the `roc-version-file` input.nightly
roc-version-filePath to a file containing the Roc version to use. Mutually exclusive with the `roc-version` input.
tokenGitHub token to use when accessing the GitHub API. Defaults to the automatically generated GitHub token.${{ github.server_url == 'https://github.com' && github.token || '' }}
namedescription
roc-versionThe installed Roc version.
roc-pathThe absolute path to the Roc executable.