Skip to content

Commit

Permalink
Add exec (#10)
Browse files Browse the repository at this point in the history
* Add exec

* Fix linux tests

* unnecessary dependency

* Dont prefix ExecOptions with I

* Consistency nits

* Respond to feedback

* Add toolrunner explanatory quote

* Format
  • Loading branch information
Danny McCormick committed May 28, 2019
1 parent 8ebbf59 commit c5f27c3
Show file tree
Hide file tree
Showing 13 changed files with 1,609 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/exec/README.md
@@ -0,0 +1,7 @@
# `@actions/exec`

> Functions necessary for running tools on the command line
## Usage

See [src/exec.ts](src/exec.ts).

0 comments on commit c5f27c3

Please sign in to comment.