kind: pipeline
|
|
name: Python linting
|
|
|
|
steps:
|
|
- name: pylint
|
|
image: python:3.7-stretch
|
|
commands:
|
|
- pip install pylint
|
|
- pylint scarlet_export
|