Skip to content
Snippets Groups Projects
Select Git revision
  • b320f7d99e650b51093c92a5196539b97bdf12d0
  • master default
2 results

pre-commit-repo.yml

Blame
  • pre-commit-repo.yml 245 B
    ---
    pre-commit-repo:
      stage: test
      image: registry.shore.co.il/ci-images:pre-commit
      tags: [ns4.shore.co.il]
      variables:
        XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
      script:
        - pre-commit try-repo ./
      cache:
        paths:
          - .cache/