/arangodb-action

GitHub Action to setup ArangoDB

Primary LanguageShellMIT LicenseMIT

ArangoDB GitHub Action

This GitHub Action sets up ArangoDB.

Usage

See action.yml

Basic:

steps:
- uses: xinova/arangodb-action@v1
  with:
    arangodb version: 'latest'  # See https://hub.docker.com/_/arangodb for available versions

License

The scripts and documentation in this project are released under the MIT License