Skip to content

Commit 520ad21

Browse files
author
abrulic
committed
updated ci.yml
1 parent 35500f0 commit 520ad21

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,12 @@ jobs:
4141
run: pnpm install
4242
- run: pnpm install --prefer-offline --frozen-lockfile
4343
- run: pnpm exec playwright install chromium --with-deps
44-
- name: 🔎 Validate
44+
- name: 🔎 Test
4545
run: pnpm run test
46+
- name: 🔎 Type check
47+
run: pnpm run typecheck
48+
- name: ✂️ Check unused code
49+
run: pnpm run knip
4650

4751
build-docs:
4852
name: ⬆️ Build Docs

0 commit comments

Comments
 (0)