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 aca9604 commit db353e2Copy full SHA for db353e2
.github/workflows/copyPasteDetection.yml
@@ -1,9 +1,11 @@
1
# github actions: https://docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
2
# setup-node: https://github.com/actions/setup-node
3
4
-name: Copy-Paste Detection
+name: jscpd
5
6
-on: [workflow_call]
+on:
7
+ pull_request:
8
+ branches: [master, feature/*, staging]
9
jobs:
10
jscpd:
11
runs-on: ubuntu-latest
.github/workflows/node.js.yml
@@ -59,9 +59,6 @@ jobs:
59
- run: npm ci
60
- run: npm run testCompile
61
- run: npm run lint
62
- jscpd:
63
- needs: lint-commits
64
- uses: ./github/workflows/copyPasteDetection.yml
65
66
macos:
67
needs: lint-commits
0 commit comments