mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-13 08:24:53 +03:00
Added newline character to the end of the ci file
This commit is contained in:
commit
ac529d66ea
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -131,3 +131,4 @@ jobs:
|
||||||
run: pip install -r {{cookiecutter.project_slug}}/requirements/production.txt
|
run: pip install -r {{cookiecutter.project_slug}}/requirements/production.txt
|
||||||
- name: Production check
|
- name: Production check
|
||||||
run: python manage.py check --deploy
|
run: python manage.py check --deploy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user