Skip to content

Commit 8b10b6b

Browse files
committed
Refactor: update duplicate file check to use TypeScript script
1 parent 6dade94 commit 8b10b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-for-duplicates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
run: |
2020
npm i -g @salesforce/cli
2121
sf plugins install sfdx-hardis
22-
sf hardis:project:audit:duplicatefiles -p moxygen --json > duplicate-files.json
22+
sf hardis:project:audit:duplicatefiles -p moxygen --json | node scripts/typescript/build/check-for-duplicates.js

0 commit comments

Comments
 (0)