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"
}
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.