diff --git a/.github/workflows/DINAR-pr.yml b/.github/workflows/DINAR-pr.yml index ff86aa1..25203ef 100644 --- a/.github/workflows/DINAR-pr.yml +++ b/.github/workflows/DINAR-pr.yml @@ -94,7 +94,7 @@ jobs: run: | cd REPO git fetch origin ${{ github.event.pull_request.base.ref }} - pre-commit run --show-diff-on-failure --color=always --origin HEAD --source origin/${{ github.event.pull_request.base.ref }} + 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) tests: name: "Quick Tests"