We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8924aa commit 2ab901eCopy full SHA for 2ab901e
.github/workflows/node.js.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: count clones on new branch
75
run: npx jscpd --pattern "packages/**/*.ts" --ignore "**node_modules**,**dist**,**test**" --gitignore --reporters json --output branch
76
- name: Compare clone count across master and new branch
77
- run: node "$GITHUB_WORKSPACE/.github/workflows/lintdupe.js" jscpd-report.json branch/jscpd-report.json
+ run: node "$GITHUB_WORKSPACE/.github/workflows/lintdupe.js" "$GITHUB_WORKSPACE/.github/workflows/jscpd-report.json" branch/jscpd-report.json
78
79
macos:
80
needs: lint-commits
0 commit comments