setup-rokit/README.md

1.2 KiB

setup-aftman

CI discord

GitHub action to install and run aftman; a toolchain manager.

Usage

This is the most common case and automatically provides all the parameters using the latest released version of aftman.

steps:
- uses: ok-nick/setup-aftman@v0.3.0

For a list of default parameter values, check here.

Advanced Usage

For more advanced cases, use the parameters below.

steps:
- uses: ok-nick/setup-aftman@v0.3.0
  with:
    version: v1.0.0 # name of git tag
    path: some_directory/my_project # path to project directory containing `aftman.toml`
    token: ${{ github.token }} # GitHub token to bypass rate limit

Credits

@nezuo - Installing aftman using gh