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
MIT © 2019 DenoLib Contributors.
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.