Added newline character to the end of the ci file

This commit is contained in:
Ahmed 2023-10-29 22:20:41 +11:00
commit ac529d66ea

View File

@ -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
run: python manage.py check --deploy