mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-06 04:52:18 +08:00
Updating README
This commit is contained in:
parent
6d5252c0b8
commit
a39c5ddbda
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user