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