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.17.0
create .github/main.workflow
in you project
workflow "Test" {
on = "push"
resolves = ["Run test"]
}
action "Run test" {
uses = "denolib/deno-action@0.17.0"
args = "run test.ts"
}
Here is an example for using
MIT © 2019 DenoLib Contributors.