👷 Add Lint to GitHub Actions outside of tests (#688)

This commit is contained in:
Sebastián Ramírez
2024-03-12 16:09:27 +01:00
committed by GitHub
parent 87099ec8c3
commit 691443c7cd
3 changed files with 5 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ RUN bash -c "if [ $INSTALL_DEV == 'true' ] ; then poetry install --no-root ; els
ENV PYTHONPATH=/app
COPY ./scripts/ /app/
COPY ./alembic.ini /app/
COPY ./prestart.sh /app/