Merge pull request 'Verify lockfile before installation' (!120) from verify-lockfile into main

Reviewed-on: kompetenzinventar/ki-backend#120
This commit is contained in:
Brain 2024-09-10 15:03:14 +02:00
commit 5409bdeaee

View File

@ -22,6 +22,7 @@ steps:
commands: commands:
- apk add --no-cache gcc g++ musl-dev python3-dev - apk add --no-cache gcc g++ musl-dev python3-dev
- pip3 install pipenv - pip3 install pipenv
- pipenv verify
- pipenv install --dev - pipenv install --dev
- pipenv run flake8 - pipenv run flake8
- pipenv run reuse lint - pipenv run reuse lint