Skip to content

Commit 2e43b24

Browse files
🩹 [Patch]: Update jscpd configuration to ignore additional workflow files
1 parent 175691e commit 2e43b24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/linters/.jscpd.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"consoleFull"
55
],
66
"ignore": [
7-
"**/tests/**"
7+
"**/tests/**",
8+
"**/.github/workflows/TestWorkflow.yml",
9+
"**/.github/workflows/Action-Test*"
810
],
911
"absolute": true
1012
}

0 commit comments

Comments
 (0)