mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 22:44:54 +03:00
Added newline character to the end of the ci file
This commit is contained in:
commit
ac529d66ea
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user