Skip to content

Warning

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

GitHub Action for Deno

Actions
Wraps the Deno CLI
0.16.0
Star (24)

Tags

 (1)

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/[email protected]"
  args = "run test.ts"
}

License

The MIT License

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

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.