Files
setup-just/README.md
T

1.0 KiB

setup-just action

build

This GitHub Action will install the latest release of the just command runner for you.

Usage

Inputs

Name Required Description Type Default
version no A valid semver specification for the version to install. string *

Basic example

Add the following to your workflow.

- uses: extractions/setup-just@v1
  with:
    version: 0.5
  env:
    # this is not required but will be prevent any rate limiting issues
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

License

Licensed under either of

at your option.