Commit c06a8718 authored by Ruben ten Hove's avatar Ruben ten Hove Committed by Federico Falconieri
Browse files

feat: poetry check

parent 7586ec37
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
---
python:poetry:check:
  image: registry.gitlab.com/notno/python-tests
  stage: .pre
  script:
    - poetry check && echo "[+] No errors found in your pyproject.toml." || echo "[!] Resolve the aforementioned errors in your pyproject.toml so we can continue testing."