From a39c5ddbdad549061c5f538f0a0f6f7c7fc72ada Mon Sep 17 00:00:00 2001 From: Borales Date: Mon, 21 Oct 2019 19:56:30 +0200 Subject: [PATCH] Updating README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 699a23f..4b07f83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GitHub Actions for Yarn -> Look https://github.com/actions/npm for more details. +> Look [https://github.com/actions/npm](github.com/actions/npm) for more details. This Action for [yarn](https://yarnpkg.com) enables arbitrary actions with the `yarn` command-line client, including testing packages and publishing to a registry. @@ -20,6 +20,12 @@ jobs: - uses: borales/actions-yarn@v2.0.0 with: cmd: install + - uses: borales/actions-yarn@v2.0.0 + with: + cmd: build + - uses: borales/actions-yarn@v2.0.0 + with: + cmd: test ``` > `cmd` value will be used as a command for Yarn