booplaysgba/.gitlab-ci.yml
2021-11-04 15:22:17 +01:00

12 lines
193 B
YAML

stages:
- lint
pre-commit:
stage: lint
image: python:latest
before_script:
- pip install pre-commit types-redis
- pre-commit install
script:
- pre-commit run --all-files