Skip to content

Commit ec64c2c

Browse files
committed
run jscpd on ci
1 parent 809fec6 commit ec64c2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989
- name: Sorbet (Typecheck)
9090
run: scripts/typecheck.sh
9191

92+
- name: jscpd (Duplicate Code Detection)
93+
run: pnpm exec jscpd .
94+
9295
docs:
9396
name: 'Next.js Site Tests'
9497
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)