mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-15 11:02:15 +08:00
Updating README
This commit is contained in:
parent
6d5252c0b8
commit
a39c5ddbda
@ -1,6 +1,6 @@
|
|||||||
# GitHub Actions for Yarn
|
# 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.
|
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
|
- uses: borales/actions-yarn@v2.0.0
|
||||||
with:
|
with:
|
||||||
cmd: install
|
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
|
> `cmd` value will be used as a command for Yarn
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user