Heimdallr/.drone.yml

22 lines
280 B
YAML

---
kind: pipeline
type: docker
name: test
platform:
os: linux
arch: arm64
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
- name: Pylint
image: python
commands:
- pip install poetry
- poetry install
- poetry run pylint heimdallr