|
|
@ -94,7 +94,10 @@ jobs: |
|
|
|
run: | |
|
|
|
cd REPO |
|
|
|
git fetch 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) |
|
|
|
echo "CHANGED FILES:" |
|
|
|
git diff --name-only --no-ext-diff FETCH_HEAD..HEAD -- . |
|
|
|
echo "RUN PRE-COMMIT:" |
|
|
|
pre-commit run --show-diff-on-failure --color=always --show-diff-on-failure --files $(git diff --name-only --no-ext-diff -z FETCH_HEAD..HEAD -- .) |
|
|
|
|
|
|
|
tests: |
|
|
|
name: "Quick Tests" |
|
|
|