Loading python/poetry/check.yml 0 → 100644 +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." Loading
python/poetry/check.yml 0 → 100644 +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."