Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 431 Bytes

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.