Skip to content

Bump the dev-dependencies group with 2 updates #116

Bump the dev-dependencies group with 2 updates

Bump the dev-dependencies group with 2 updates #116

Workflow file for this run

name: License Compliance
on:
pull_request:
paths:
- "**/package.json"
- "**/pnpm-lock.yaml"
jobs:
license-check:
name: License Compliance
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
version: 9
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- name: Install license checker
run: pnpm add -g license-checker
- name: Check licenses
run: |
license-checker --onlyAllow "MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;0BSD;CC0-1.0;CC-BY-3.0;CC-BY-4.0;Unlicense;BlueOak-1.0.0;Python-2.0" --excludePrivatePackages