Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergioramos/yarn-actions

GitHub Action for interacting with yarn
https://github.com/sergioramos/yarn-actions

Last synced: 11 days ago
JSON representation

GitHub Action for interacting with yarn

Awesome Lists containing this project

README

        

# yarn Github Actions

## usage

```yml
- uses: sergioramos/yarn-actions/install@v6
with:
frozen-lockfile: true
```

## output

```
Run sergioramos/yarn-actions/install@v6
yarn --non-interactive --frozen-lockfile install
```

## license

MIT