Max Gautier
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
17 deletions
-
.gitlab-ci/pre-commit-dynamic-stub.yml
|
|
@ -1,17 +0,0 @@ |
|
|
|
--- |
|
|
|
# stub pipeline for dynamic generation |
|
|
|
pre-commit: |
|
|
|
tags: |
|
|
|
- light |
|
|
|
image: 'ghcr.io/pre-commit-ci/runner-image@sha256:aaf2c7b38b22286f2d381c11673bec571c28f61dd086d11b43a1c9444a813cef' |
|
|
|
variables: |
|
|
|
PRE_COMMIT_HOME: /pre-commit-cache |
|
|
|
script: |
|
|
|
- pre-commit run --all-files |
|
|
|
cache: |
|
|
|
key: pre-commit-$HOOK_ID |
|
|
|
paths: |
|
|
|
- /pre-commit-cache |
|
|
|
parallel: |
|
|
|
matrix: |
|
|
|
- HOOK_ID: |