cookiecutter / cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://cookiecutter-django.readthedocs.io
BSD 3-Clause "New" or "Revised" License
12.11k stars 2.9k forks source link

linter fail in CI for github actions #3529

Closed teacherSsamko closed 2 years ago

teacherSsamko commented 2 years ago

What happened?

linter in CI for github actions failed. with

No file in /home/runner/work/_backend/_backend matched to [**/requirements.txt], make sure you have checked out the target repository

while linter set up python

What should've happened instead?

Additional details

browniebroke commented 2 years ago

Thanks for the report, but I think that's already been reported #3517 and should have been fixed in #3520

Was the project generated before the 7th of January?

teacherSsamko commented 2 years ago

yes it was generated before the 7th of January. I searched before I wrote this issue. but I didn't know that #3520 is already there. Thank you for your quick answer 👍