Skip to content

Commit aca1455

Browse files
committed
1 parent 63a51a9 commit aca1455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DINAR-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: |
9595
cd REPO
9696
git fetch origin ${{ github.event.pull_request.base.ref }}
97-
pre-commit run --show-diff-on-failure --color=always --origin HEAD --source origin/${{ github.event.pull_request.base.ref }}
97+
pre-commit run --show-diff-on-failure --color=always --show-diff-on-failure --files $(git diff --name-only --no-ext-diff -z ${{ github.event.pull_request.base.ref }}..HEAD)
9898
9999
tests:
100100
name: "Quick Tests"

0 commit comments

Comments
 (0)