Files
npm-audit-action/action.yml
2019-12-08 22:10:35 +09:00

11 lines
281 B
YAML

name: 'npm audit action'
description: 'run npm audit'
author: 'Naoki Oketani <okepy.naoki@gmail.com>'
inputs:
myInput: # change this
description: 'input description here'
default: 'default value if applicable'
runs:
using: 'node12'
main: 'dist/index.js'