denolib / setup-deno

Set up your GitHub Actions workflow with a specific version of deno
https://github.com/marketplace/actions/setup-deno-environment
MIT License
181 stars 16 forks source link

Added action #1

Closed lucacasonato closed 5 years ago

lucacasonato commented 5 years ago

Added an action based on setup-node. The action uses the actions tool cache to cache executables, but copies them into $HOME/.deno/bin for compatibility. It adds .deno/bin to the path automatically.

Please squash before merging

lucacasonato commented 5 years ago

@axetroy This is ready for review. Also please look at #2

axetroy commented 5 years ago

@axetroy This is ready for review. Also please look at #2

yeah. I am working on it.

Thanks for your contribution.

lucacasonato commented 5 years ago

Thanks for the fast review. You can merge it.