Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Add a CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Jun 12, 2019
1 parent 820fb38 commit ad9c059
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .drone.yml
@@ -0,0 +1,9 @@
kind: pipeline
name: Python linting

steps:
- name: pylint
image: python:3.7-stretch
commands:
- pip install pylint
- pylint project_amber

0 comments on commit ad9c059

Please sign in to comment.