We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99eb48f commit bf14ee5Copy full SHA for bf14ee5
.github/workflows/check-licenses.yml
.github/workflows/ci.yml
@@ -32,3 +32,15 @@ jobs:
32
33
- name: Run qlty code smells analysis
34
run: qlty smells
35
+
36
+ license-check:
37
+ name: License Check
38
+ runs-on: ubuntu-latest
39
+ steps:
40
+ - name: Checkout
41
+ uses: actions/checkout@v4
42
+ - name: Base Setup
43
+ uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
44
45
+ - name: Check licenses
46
+ run: yarn check-licenses
0 commit comments