Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Feb 16, 2024
1 parent 2ebb46e commit 913a566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/local-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
FILES : ${{ steps.dev_check_pr.outputs.files }}
DIFF : ${{ steps.dev_check_pr.outputs.diff }}
run: |
export NUMBER_OF_FILES = $FILES | wc -l
export NUMBER_OF_FILES = $FILES | wc -l
echo "We got files: $NUMBER_OF_FILES"
echo "We got diff: $( echo -n $DIFF | wc -l ) lines in diff"
- name: Fail if too big
Expand Down

0 comments on commit 913a566

Please sign in to comment.