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

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Aug 16, 2019
1 parent 37e6628 commit a843ef8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# A action for Github to run Deno command line.

## Usage

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

```workflow
workflow "Test" {
on = "push"
resolves = ["Run test"]
}
action "Run test" {
uses = "axetroy/deno-action@0.0.1"
args = "run test.ts"
}
```


## License

Expand Down

0 comments on commit a843ef8

Please # to comment.