Commit 1a97db1c authored by Federico Falconieri's avatar Federico Falconieri
Browse files

Merge branch 'poetry-check' into 'master'

feat: poetry check

See merge request ci/templates!49
parents 7586ec37 c06a8718
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."