Skip to content

Commit cfdfab6

Browse files
Merge branch 'main' into devin/1760029879-add-audit-checks
2 parents a93ea30 + 7ac4a8e commit cfdfab6

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

.github/workflows/check-licenses.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,15 @@ jobs:
8080
run: jlpm audit
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83+
84+
license-check:
85+
name: License Check
86+
runs-on: ubuntu-latest
87+
steps:
88+
- name: Checkout
89+
uses: actions/checkout@v4
90+
- name: Base Setup
91+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
92+
93+
- name: Check licenses
94+
run: yarn check-licenses

0 commit comments

Comments
 (0)