Skip to content

Commit 3d8c48c

Browse files
committed
fix: update workflow to use depcheck config file
1 parent 9c19bc3 commit 3d8c48c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: npm audit --audit-level moderate
4949

5050
- name: Check dependencies
51-
run: npx depcheck
51+
run: npx depcheck --config=.depcheckrc
5252

5353
publish:
5454
needs: [test, security]

0 commit comments

Comments
 (0)