Skip to content

Commit

Permalink
Update redos-detector.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkb-github authored Sep 26, 2024
1 parent 1329e48 commit df7c77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/redos-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run redos-detector
run: |
cat staging | parallel -j+0 npx redos-detector check "$regex" --caseInsensitive --resultsLimit 0
cat staging | parallel -j+0 echo "$regex" && npx redos-detector check "$regex" --caseInsensitive --resultsLimit 0

0 comments on commit df7c77e

Please sign in to comment.