Skip to content

Commit e8b6b3d

Browse files
committed
chore: update duplicate code check to target specific directory
1 parent cd6a3ea commit e8b6b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm run lint:markdown
3838

3939
- name: Check for duplicate code
40-
run: npx jscpd .
40+
run: npx jscpd apps/
4141

4242
- name: License check
4343
run: npx license-checker --summary

0 commit comments

Comments
 (0)