Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
/ gh-action Public archive

GitHub action to download, install, and set up bvm in your project.

License

Notifications You must be signed in to change notification settings

bvm/gh-action

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

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action for bvm

  1. Downloads and installs bvm.
  2. Automatically installs any binaries specified in bvm.json files.

Usage

# do this after checking out the repository
- uses: bvm/gh-action@v1.1.0

Mac and Linux - Execute bvm

If you wish to execute the bvm command, it should just work on Windows, but for Mac and Linux you must source the bvm-init shell script in order to set up the environment for that step.

- run: |
    . $BVM_INSTALL_DIR/bin/bvm-init
    bvm install https://bvm.land/deno/1.4.4.json

About

GitHub action to download, install, and set up bvm in your project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published