Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.25 KB

lib-license-checker.md

File metadata and controls

47 lines (31 loc) · 1.25 KB

Lib license checker

Check if all production dependencies of the project complies with the allowed licenses.

Usage

# .github/workflows/license-check.yml
on:
  push:
    paths:
      - "**/package.json"
      - "yarn.lock"
      - "package-lock.json"

jobs:
  license-check:
    uses: lightbasenl/platforms/.github/workflows/lib-license-checker.yml@main
    with:
      # Inputs

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
exclude-packages string false Semicolon separated list of dependencies
to skip.

Outputs

No outputs.

Secrets

No secrets.