GitHub action to install and run rokit; a toolchain manager
Find a file
2022-07-18 13:25:28 -04:00
.github fix input name 2022-07-18 13:04:33 -04:00
.editorconfig add editorconfig 2022-07-18 00:28:55 -04:00
action.yml fix arg name 2022-07-18 13:01:33 -04:00
CHANGELOG.md swap day and month 2022-07-18 13:19:13 -04:00
LICENSE Initial commit 2022-07-17 21:30:59 -04:00
README.md first release is v0 2022-07-18 13:25:28 -04:00

setup-aftman

CI discord

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

Usage

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

Parameters

name description default
version aftman version in the form vx.x.x -
trust-check Whether to check trusts true
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