11 lines
281 B
YAML
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'
|