diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee171f46e..f61562a86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,4 +130,5 @@ jobs: - name: Install dependencies run: pip install -r {{cookiecutter.project_slug}}/requirements/production.txt - name: Production check - run: python manage.py check --deploy \ No newline at end of file + run: python manage.py check --deploy + \ No newline at end of file