mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-15 00:28:59 +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
|