advent_of_code/.drone.yml

10 lines
141 B
YAML
Raw Normal View History

2021-12-10 14:48:39 +01:00
---
kind: pipeline
name: lint
steps:
- name: python lint
image: cytopia/pylint
commands:
- find . -type f -name "*.py" | xargs pylint