Skip to content

Setup Velociraptor

Actions

About

Install Velociraptor scripts manager
v2
Latest
Star (3)

Tags

 (1)

Setup velociraptor

CI

This action sets up Velociraptor environment for use in actions.

For convenience, setup-velociraptor@v2 can also run automatically actions/checkout@v2 and denoland/setup-deno@1.

Usage

See action.yml

@v2

Basic:

steps:
  - uses: jurassiscripts/setup-velociraptor@v2
  - run: |
      vr --version
Input Description Default value
checkout Whether to checkout repository first true
deno-version Deno version to use 1.x
velociraptor-version Velociraptor version to use latest
velociraptor-alias Velociraptor alias name vr
Output Description
deno-is-canary Whether installed Deno version is a canary version
deno-version Deno version that was installed
velociraptor-version Velociraptor version that was installed

@v1

Basic:

steps:
  - uses: actions/checkout@v2
  - uses: denoland/setup-deno@v1
  - uses: jurassiscripts/setup-velociraptor@v1
  - run: |
      vr --version
Input Description Default value
velociraptor-version Velociraptor version to use latest
velociraptor-alias Velociraptor alias name vr

License

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

Setup Velociraptor 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

Install Velociraptor scripts manager
v2
Latest

Tags

 (1)

Setup Velociraptor 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.