mirror of
https://github.com/brittonhayes/validate-yaml.git
synced 2024-11-23 05:30:56 -05:00
11 lines
296 B
YAML
11 lines
296 B
YAML
name: 'Your name here'
|
|
description: 'Provide a description here'
|
|
author: 'Your name or organization here'
|
|
inputs:
|
|
milliseconds: # change this
|
|
required: true
|
|
description: 'input description here'
|
|
default: 'default value if applicable'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|