actions-yarn/action.yml
2022-11-26 23:35:32 +01:00

18 lines
366 B
YAML

name: 'GitHub Action for Yarn'
description: 'Wraps the yarn CLI to enable common yarn commands'
author: 'Alex Bordun'
branding:
icon: 'package'
color: 'blue'
inputs:
cmd:
description: 'Yarn command'
required: true
dir:
description: 'Yarn sub-folder (if needed)'
required: false
default: ''
runs:
using: 'node16'
main: 'dist/index.js'