Skip to content

GitHub Action for Deno

Actions
Wraps the Deno CLI
0.20.0
Latest
Star (24)

Tags

 (1)

An action for Github to run Deno command line.

Usage

create .github/main.workflow in your project

workflow "Test" {
  on = "push"
  resolves = ["Run test"]
}

action "Run test" {
  uses = "denolib/deno-action@0.20.0"
  args = "run test.ts"
}

Here is an example for using

License

MIT © 2019 DenoLib Contributors.

GitHub Action for Deno 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

Wraps the Deno CLI
0.20.0
Latest

Tags

 (1)

GitHub Action for Deno 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.