denolib / deno-action

Github action for setup Deno
https://github.com/marketplace/actions/github-action-for-deno
MIT License
24 stars 3 forks source link
actions github-actions

An action for Github to run Deno command line.

Usage

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

License

MIT © 2019 DenoLib Contributors.