GitHub action to install and run rokit; a toolchain manager
Find a file
2022-07-17 23:47:41 -04:00
.github/workflows rename to action.yml 2022-07-17 23:47:41 -04:00
action.yml use bash for all 2022-07-17 23:46:18 -04:00
LICENSE Initial commit 2022-07-17 21:30:59 -04:00
README.md semicolon 2022-07-17 23:02:31 -04:00

setup-aftman

CI discord

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

Usage

steps:
- uses: actions/setup-aftman@v1
  with:
    token: ${{ secrets.GITHUB_TOKEN }}

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 secrets.GITHUB_TOKEN -

Credits

@nezuo - Installing aftman using gh