This repository has been archived on 2022-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
pyurbantz/.gitlab-ci.yml

12 lines
141 B
YAML

stages:
- lint
pyurbantz-lint:
stage: lint
image: python:3.5-alpine
before_script:
- pip install .[dev]
script:
- flake8