mirror of
https://gitlab.com/oecis/charts.git
synced 2025-02-24 22:43:56 +00:00
11 lines
177 B
YAML
11 lines
177 B
YAML
|
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
|