mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 10:42:56 +01:00
add experimental .gitlab-ci.yml
This commit is contained in:
parent
2f8ecf0edb
commit
2ac5a8396c
17
.gitlab-ci.yml
Normal file
17
.gitlab-ci.yml
Normal file
@ -0,0 +1,17 @@
|
||||
# Based on https://pre-commit.com
|
||||
#image: python:alpine
|
||||
image: pypy:latest
|
||||
gitlab-ci-pre-commit:
|
||||
stage: build
|
||||
before_script:
|
||||
#- apk add --no-cache git gcc musl-dev go
|
||||
- pypy3 -m pip install pre-commit
|
||||
script:
|
||||
- pre-commit run --all-files --show-diff-on-failure
|
||||
variables:
|
||||
# Remember to gitignore .cache/**
|
||||
PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit
|
||||
TERM: dumb
|
||||
cache:
|
||||
paths:
|
||||
- ${PRE_COMMIT_HOME}
|
Loading…
Reference in New Issue
Block a user