Skip to content

Commit

Permalink
Add workaround for git diff issue: actions/checkout#766
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomen committed Jun 19, 2024
1 parent 9839a51 commit 70ede4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/perltidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
shell: bash
run: |
shopt -s extglob globstar nullglob
git config --global --add safe.directory "$GITHUB_WORKSPACE"
perltidy --pro=.../.perltidyrc -b -bext='/' **/*.p[lm] **/*.t && git diff --exit-code

0 comments on commit 70ede4b

Please sign in to comment.