Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

denolib/deno-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.