Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.41 KB

File metadata and controls

48 lines (32 loc) · 1.41 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.
node-version string false "24" Node.js version to use

Outputs

No outputs.

Secrets

No secrets.