GitHub action to install and run rokit; a toolchain manager
Find a file
2023-06-19 10:35:53 -04:00
.github Format 2022-09-16 23:22:04 -04:00
.editorconfig add editorconfig 2022-07-18 00:28:55 -04:00
action.yml Fix aftman.toml file being removed (#5) 2022-09-24 00:49:27 -04:00
CHANGELOG.md Move to Added section 2022-09-27 17:46:17 -04:00
LICENSE Initial commit 2022-07-17 21:30:59 -04:00
README.md docs: be clear on the defaults 2023-06-19 10:35:53 -04:00

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 in Aftman (uses latest by default)
    path: some_directory/my_project # path to project directory containing `aftman.toml`
    token: ${{ github.token }} # GitHub token to bypass rate limit (passed by default)

Credits

@nezuo - Installing aftman using gh