mirror of
https://gitea.com/actions/setup-deno.git
synced 2026-01-04 13:28:36 +00:00
Initial pass
This commit is contained in:
15
action.yml
Normal file
15
action.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: "Setup Deno environment"
|
||||
description: "Setup a Deno environment by installing, downloading, and adding it to the path."
|
||||
author: "Deno Land"
|
||||
inputs:
|
||||
version:
|
||||
description: The Deno version to install. Can be a semver version of a stable release, "canary" for the latest canary, or the Git hash of a specific canary release.
|
||||
default: "1.x"
|
||||
outputs:
|
||||
version:
|
||||
description: "The Deno version that was installed."
|
||||
is-canary:
|
||||
description: "If the installed Deno version was a canary version."
|
||||
runs:
|
||||
using: "node12"
|
||||
main: "main.js"
|
||||
Reference in New Issue
Block a user