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

2
.github/workflows/DINAR-pr.yml

@ -97,7 +97,7 @@ jobs:
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 -- .)
pre-commit run --show-diff-on-failure --color=always --show-diff-on-failure --files $(git diff --name-only --no-ext-diff FETCH_HEAD..HEAD -- .)
tests:
name: "Quick Tests"

Loading…
Cancel
Save