Skip to content

Commit 0d8c8fc

Browse files
authored
ci: rename "jscpd" job to "lint-duplicate-code" aws#6443
## Problem The "jscpd" CI check is often unnoticed by contributors, possibly because its purpose is not clear. ## Solution Rename it.
1 parent e54d549 commit 0d8c8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- run: npm run testCompile
5858
- run: npm run lint
5959

60-
jscpd:
60+
lint-duplicate-code:
6161
needs: lint-commits
6262
if: ${{ github.event_name == 'pull_request'}}
6363
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)