Skip to content

Commit

Permalink
Use license-checker fork
Browse files Browse the repository at this point in the history
  • Loading branch information
packpacka authored and daynin committed May 7, 2021
1 parent cb63671 commit 6fc7f6a
Show file tree
Hide file tree
Showing 5 changed files with 7,133 additions and 12,526 deletions.
10 changes: 9 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: 'Node.js License Checker'
description: 'Check licenses of a project dependencies'
inputs:
allow-only:
description: 'List of allowed licences (example: "MIT;BSD;GPL")'
description: 'List of allowed licences separated by semicolon (example: "MIT;BSD;GPL")'
required: true
default: 'MIT;BSD'
exclude-packages:
description: 'List of excluded packages with version separated by semicolon (example: "[email protected];[email protected]")'
required: false
default: ''
paths:
description: 'List of sub-packages in monorepo (including root)'
required: false
default: './'
runs:
using: 'node12'
main: 'dist/index.js'
Loading

0 comments on commit 6fc7f6a

Please sign in to comment.