fix(ci): add license check in staging workflow
This commit is contained in:
parent
535e360155
commit
10e4a2e99f
@ -23,6 +23,9 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: License check
|
||||||
|
run: npm run license-checker
|
||||||
|
|
||||||
- name: Lint check
|
- name: Lint check
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user