GitHub action to install and run rokit; a toolchain manager
Find a file
2022-07-18 12:48:55 -04:00
.github fix version 2022-07-18 12:48:55 -04:00
.editorconfig add editorconfig 2022-07-18 00:28:55 -04:00
action.yml remove echo 2022-07-18 12:48:26 -04:00
CHANGELOG.md change to `github.token 2022-07-18 11:49:36 -04:00
LICENSE Initial commit 2022-07-17 21:30:59 -04:00
README.md default to github.token 2022-07-18 11:50:58 -04:00

setup-aftman

CI discord

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

Usage

steps:
- uses: actions/setup-aftman@v1

Parameters

name description default
version aftman version in the form vx.x.x -
no-trust-check Whether to check trusts false
trusts List of trusted tools separated by spaces -
path Path to the aftman.toml directory ./
token Github token from github.token github.token

Credits

@nezuo - Installing aftman using gh