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
- Host: GitHub
- URL: https://github.com/denolib/deno-action
- Owner: denolib
- License: mit
- Archived: true
- Created: 2019-08-15T14:17:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T19:27:08.000Z (about 5 years ago)
- Last Synced: 2024-07-16T07:39:06.489Z (4 months ago)
- Topics: actions, github-actions
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/github-action-for-deno
- Size: 9.77 KB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-deno - deno-action - Github action for setup Deno. (Tools)
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.