Skip to content
package

GitHub Action

GitHub Action for Deno

0.20.0 Latest version

GitHub Action for Deno

package

GitHub Action for Deno

Wraps the Deno CLI

Installation

Copy and paste the following snippet into your .yml file.

              

- name: GitHub Action for Deno

uses: denolib/deno-action@0.20.0

Learn more about this action in denolib/deno-action

Choose a version

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.