Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altwalker/setup-altwalker
Set up your GitHub Actions workflow with a specific version of AltWalker.
https://github.com/altwalker/setup-altwalker
actions altwalker github github-actions graphwalker java python
Last synced: 3 days ago
JSON representation
Set up your GitHub Actions workflow with a specific version of AltWalker.
- Host: GitHub
- URL: https://github.com/altwalker/setup-altwalker
- Owner: altwalker
- License: mit
- Created: 2022-09-05T20:15:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T22:39:34.000Z (9 months ago)
- Last Synced: 2024-03-01T23:33:43.384Z (9 months ago)
- Topics: actions, altwalker, github, github-actions, graphwalker, java, python
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```yml
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](action.yml).
Furthermore, this action offers all the input options available in the [altwalker/setup-graphwalker](https://github.com/altwalker/setup-graphwalker) action.
### Community
For help, discussion about best practices, sharing ideas, projects, or any other conversation that benefits from being searchable:
* [Discuss AltWalker on GitHub](https://github.com/orgs/altwalker/discussions)
* [Google Group](https://groups.google.com/g/altwalker)For casual chit-chat with us or with other members of the community:
* [Gitter Chat Room](https://groups.google.com/g/altwalker)
## License
This project is licensed under the [MIT License](LICENSE).