Skip to content

Setup AltWalker CLI

Actions
Set up a specific version of AltWalker
v1.0.1
Latest
Star (3)

setup-altwalker

Set up your GitHub Actions workflow with a specific version of AltWalker.

This action provides the following functionality for GitHub Actions users:

  • Installing a version of Python or PyPy
  • Installing a version of Java
  • Installing a version of GraphWalker CLI and (by default) adding it to the PATH
  • Installing a version of AltWalker

Usage

steps:
  - name: Setup AltWalker
    uses: altwalker/setup-altwalker@v1
    with:
      altwalker-version: '0.4.0'
  - name: Run AltWalker
    run: |
      altwalker --version

The altwalker-version input is optional. If the altwalker-version option is not specified, the latest released version of AltWalker will be installed.

For additional details, refer to action.yml.

Furthermore, this action offers all the input options available in the altwalker/setup-graphwalker action.

Community

For help, discussion about best practices, sharing ideas, projects, or any other conversation that benefits from being searchable:

For casual chit-chat with us or with other members of the community:

License

This project is licensed under the MIT License.

Setup AltWalker CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Set up a specific version of AltWalker
v1.0.1
Latest

Setup AltWalker CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.