Skip to content

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

License

Notifications You must be signed in to change notification settings

altwalker/setup-altwalker

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.