We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a51a9 commit aca1455Copy full SHA for aca1455
.github/workflows/DINAR-pr.yml
@@ -94,7 +94,7 @@ jobs:
94
run: |
95
cd REPO
96
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 }}
+ 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)
98
99
tests:
100
name: "Quick Tests"
0 commit comments