1
0
Fork 0
mirror of https://gitlab.com/oecis/charts.git synced 2025-04-28 21:13:34 +02:00
charts/.gitlab-ci.yml
Jan-Niklas Weghorn 8996f5cf34 ci: add pre-commit
2024-09-27 12:28:34 +02:00

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