Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sergioramos/yarn-actions
- Owner: sergioramos
- Created: 2019-09-21T00:55:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:15:35.000Z (about 2 years ago)
- Last Synced: 2024-10-12T16:09:32.628Z (27 days ago)
- Language: JavaScript
- Size: 971 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: licenses/action.yml
- Audit: audit/action.yml
Awesome Lists containing this project
- awesome-actions - GitHub Actions for Yarn 2
- fucking-awesome-actions - GitHub Actions for Yarn 2
- awesome-workflows - GitHub Actions for Yarn 2
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