Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
package

GitHub Action

GitHub Action for Deno

0.15.0

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.15.0

Learn more about this action in denolib/deno-action

Choose a version

A action for Github to run Deno command line.

Usage

create .github/main.workflow in you project

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

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

License

The MIT License