actions-yarn/action.yml
2019-10-13 23:32:40 +02:00

15 lines
315 B
YAML

name: 'GitHub Action for Yarn'
description: 'Wraps the yarn CLI to enable common yarn commands'
inputs:
cmd:
description: 'Yarn command'
required: true
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.cmd }}