Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/denolib/deno-action

Github action for setup Deno
https://github.com/denolib/deno-action

actions github-actions

Last synced: 3 months ago
JSON representation

Github action for setup Deno

Lists

README

        

# An action for Github to run Deno command line.

## Usage

create `.github/main.workflow` in your project

```workflow
workflow "Test" {
on = "push"
resolves = ["Run test"]
}

action "Run test" {
uses = "denolib/[email protected]"
args = "run test.ts"
}
```

Here is an [example for using](https://github.com/axetroy/deno_math/blob/master/.github/main.workflow)

## License

[MIT](LICENSE) © 2019 DenoLib Contributors.