Github Actions 4 years ago
parent
commit
3a2aa2753d
  1. 2
      .github/workflows/DINAR-pr.yml

2
.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"

Loading…
Cancel
Save