You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
GitHub Action for Deno
0.18.0
create .github/main.workflow
in your project
workflow "Test" {
on = "push"
resolves = ["Run test"]
}
action "Run test" {
uses = "denolib/deno-action@0.18.0"
args = "run test.ts"
}
Here is an example for using
MIT © 2019 DenoLib Contributors.