Skip to content

Commit 2b30ae2

Browse files
authored
chore: update build notice script (#19)
1 parent e9b5814 commit 2b30ae2

File tree

4 files changed

+98
-358
lines changed

4 files changed

+98
-358
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
run: pnpm run format:check
5252
- name: Run Types Check
5353
run: pnpm run typecheck
54+
- name: Run License Check
55+
run: pnpm run check:licenses
5456

5557
test:
5658
name: Unit Tests

0 commit comments

Comments
 (0)