File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 7171
7272 - name : Check licenses
7373 run : npm run check-licenses
74+ check_licenses :
75+ name : Check Licenses
76+ runs-on : ubuntu-latest
77+ steps :
78+ - name : Checkout
79+ uses : actions/checkout@v5
80+
81+ - name : Setup Node.js
82+ uses : actions/setup-node@v5
83+ with :
84+ node-version : ${{ env.NODE_VERSION }}
85+ cache : ' npm'
86+
87+ - name : Install dependencies
88+ run : npm ci
89+
90+ - name : Check Licenses
91+ run : npm run check-licenses
Original file line number Diff line number Diff line change 20552055 "build:prerelease" : " cross-env IS_PRE_RELEASE_VERSION_OF_JUPYTER_EXTENSION=true npm run build" ,
20562056 "build:stable" : " cross-env IS_PRE_RELEASE_VERSION_OF_JUPYTER_EXTENSION=false npm run build" ,
20572057 "build" : " concurrently npm:compile-release npm:updatePackageJsonForBundle" ,
2058- "check-licenses" : " npx license-checker-rseidelsohn --onlyAllow 'MIT;Apache-2.0;ISC;BSD-2-Clause;BSD-3-Clause;0BSD;Python-2.0;CC0-1.0;CC-BY-3.0;CC-BY-4.0;Unlicense;BlueOak-1.0.0' --excludePrivatePackages" ,
2058+ "check-licenses" : " npx license-checker-rseidelsohn --onlyAllow 'MIT;Apache-2.0;ISC;BSD-2-Clause;BSD-3-Clause;0BSD;Python-2.0;CC0-1.0;CC-BY-3.0;CC-BY-4.0;Unlicense;BlueOak-1.0.0;MPL-2.0 ' --excludePrivatePackages" ,
20592059 "checkDependencies" : " gulp checkDependencies" ,
20602060 "clean" : " gulp clean" ,
20612061 "compile-esbuild-watch" : " npx tsx build/esbuild/build.ts --watch" ,
You can’t perform that action at this time.
0 commit comments