mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +03:00
Remove unused pip cache paths in GHA & add a note for pre-commit.ci (#4151)
* Remove unused pip caching paths in GHA * Add note about pre-commit.ci for open source
This commit is contained in:
parent
3c71b54e4c
commit
0fe1fb9ca1
|
@ -31,10 +31,10 @@ jobs:
|
|||
with:
|
||||
python-version: "3.10"
|
||||
cache: pip
|
||||
cache-dependency-path: |
|
||||
requirements/base.txt
|
||||
requirements/local.txt
|
||||
|
||||
{%- if cookiecutter.open_source_license != 'Not open source' %}
|
||||
# Consider using pre-commit.ci for open source project
|
||||
{%- endif %}
|
||||
- name: Run pre-commit
|
||||
uses: pre-commit/action@v2.0.3
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user