JavaScript walk through update (#107)

* update walkthrough

* review feedback
This commit is contained in:
Bryan MacFarlane
2019-09-04 17:30:45 -04:00
committed by GitHub
parent 2a1b7d5c7e
commit 020f7034f4
5 changed files with 41 additions and 32 deletions

View File

@@ -27,9 +27,9 @@ The toolkit provides five separate packages. See the docs for each action.
Actions are units of work which can either run in a container or on the host machine.
[Choosing an action type](docs/action-types.md): Outlines the differences and why you would want to create a host or a container based action.
[Choosing an action type](docs/action-types.md): Outlines the differences and why you would want to create a JavaScript or a container based action.
[JavaScript Action Walkthrough](docs/javascript-action.md): A full walkthrough creating an action using the toolkit along with TypeScript and Jest for unit testing. It also covers a branching strategy for versioning and safely testing and releasing an action.
[JavaScript Action Walkthrough using a Template](docs/javascript-action.md): A full walkthrough creating an action using the toolkit along with TypeScript for compile time support and Jest for unit testing. It also covers a branching strategy for versioning and safely testing and releasing an action.
[Docker Action Walkthrough](docs/container-action.md): Create an action that is delivered as a container and run with docker.