Skip to content

Commit

Permalink
Update jscpd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jun 8, 2024
1 parent 71c10c4 commit 1fbbe3e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/jscpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
- name: Run jscpd on entire codebase
run: jscpd

- name: Get the diff
run: git diff origin/master...HEAD --name-only > changed_files.txt

- name: Filter JavaScript files
run: |
grep -E '\.js$' changed_files.txt > js_files.txt || true
- name: List generated files (debug)
run: ls -l

Expand Down

0 comments on commit 1fbbe3e

Please sign in to comment.