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.15.0
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"
}
The MIT License