Skip to content

Commit 7ac4a8e

Browse files
authored
chore: fix license check naming and put in ci file (#12)
1 parent 99eb48f commit 7ac4a8e

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
@@ -32,3 +32,15 @@ jobs:
3232

3333
- name: Run qlty code smells analysis
3434
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

Comments
 (0)