mirror of
https://gitlab.com/oecis/charts.git
synced 2025-04-28 21:13:34 +02:00
10 lines
177 B
YAML
10 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
|