Skip to content
Snippets Groups Projects
Commit 1f1eca97 authored by nimrod's avatar nimrod
Browse files

Use CI template.

parent 6345f0e8
No related branches found
No related tags found
No related merge requests found
Pipeline #299 passed
--- ---
image: adarnimrod/ci-images:docker include:
- project: shore/ci-templates
stages: file: templates/pre-commit.yml
- test
pre-commit:
stage: test
image: adarnimrod/ci-images:pre-commit
variables:
XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
script:
- pre-commit run --all-files
cache:
paths:
- .cache/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment