Skip to content

Commit b2d8819

Browse files
committed
ci: npx the script
1 parent 95e3453 commit b2d8819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-licenses.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ concurrency:
1111

1212
jobs:
1313
check_licenses:
14+
name: Check Licenses
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Checkout
@@ -19,5 +20,5 @@ jobs:
1920
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2021

2122
- name: Check Licenses
22-
run: yarn check-licenses
23+
run: npx license-checker-rseidelsohn --onlyAllow 'MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;0BSD;CC0-1.0;Python-2.0;CC-BY-3.0;CC-BY-4.0;Unlicense;BlueOak-1.0.0;(MIT OR Apache-2.0);(MIT AND BSD-3-Clause);(Apache-2.0 OR MIT);(BSD-2-Clause OR MIT OR Apache-2.0);(MIT OR CC0-1.0);(MIT AND CC-BY-3.0);(Unlicense OR Apache-2.0)'
2324

0 commit comments

Comments
 (0)