From 2d38b3d1f8838a1adefc1033a8c2a584aa105d1e Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Wed, 11 Sep 2019 02:48:04 -0400 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a655c..424ea3c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Create a JavaScript Action -:rocket: Use this template to bootstrap the creation of a JavaScript action with tests, linting, a validation workflow and publishing. +Use this template to bootstrap the creation of a JavaScript action with tests, linting, a validation workflow and publishing. :rocket: This walk through takes you through creation, testing and publishing the action. @@ -14,6 +14,7 @@ Click the `Use this Template` and provide the new repo details for your action $ npm install ``` +Run the tests :heavy_check_mark: ```bash $ npm test @@ -77,6 +78,8 @@ $ git commit -a -m "prod dependencies" $ git push origin releases/v1 ``` +Your action is now published! :rocket: + See the [versioning documentation](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md) ## Validate