.drone.yml 202 B

1234567891011121314
  1. kind: pipeline
  2. name: default
  3. workspace:
  4. path: /root
  5. steps:
  6. - name: setup
  7. image: python
  8. commands:
  9. - pip install poetry
  10. - poetry run inv test
  11. - poetry run inv tc
  12. - poetry run inv checkfmt