Commit 283760e8 authored by nimrod's avatar nimrod
Browse files

Broader test for pre-commit repo.

Test all of the files in the repo, otherwise most (all?) hooks will not
even run.
parent b320f7d9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ pre-commit-repo:
  variables:
    XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
  script:
    - pre-commit try-repo ./
    - pre-commit try-repo --all-files ./
  cache:
    paths:
      - .cache/