jurassiscripts / velociraptor

The npm-style script runner for Deno

Home Page:https://velociraptor.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plan to make a GitHub action to setup velociraptor ?

lowlighter opened this issue · comments

It would be nice if we could setup velociraptor easily in workflows with :

- name: Setup Deno
  uses: denolib/setup-deno@v2
- name: Setup Velociraptor
  uses: jurassiscripts/setup-velociraptor 
  #run: deno install -qA -n vr https://deno.land/x/velociraptor@1.0.0-beta.17/cli.ts

Any plan to make a GitHub action to setup velociraptor ?

Yes @lowlighter, absolutely! Feel free to join our discord server if you're interested/want to help 🙂

I made the action in this repository (it's really a simple one, with only version as input).
But it would be nice to move the ownership to jurassiscripts 🙂