Updating README

This commit is contained in:
Borales 2019-10-21 19:56:30 +02:00
parent 6d5252c0b8
commit a39c5ddbda
No known key found for this signature in database
GPG Key ID: CDC05EA9067B0EB5

View File

@ -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