mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-19 13:19:03 +00:00
ci: add pre-commit
This commit is contained in:
parent
729b2d7a4e
commit
8996f5cf34
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
||||
stages:
|
||||
- lint
|
||||
|
||||
pre_commit:
|
||||
stage: lint
|
||||
image: python:3.12
|
||||
before_script:
|
||||
- pip install pre-commit
|
||||
script:
|
||||
- pre-commit run --all-files --show-diff-on-failure
|
Loading…
Reference in New Issue
Block a user