booplaysgba/.gitlab-ci.yml

8 lines
90 B
YAML
Raw Normal View History

2021-11-01 13:29:07 +00:00
stages:
- lint
flake8:
stage: lint
script:
- pre-commit run flake8 --all-files