mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Add note about pre-commit.ci for open source
This commit is contained in:
parent
cdc5396dee
commit
97f0580fab
|
@ -32,6 +32,9 @@ jobs:
|
|||
python-version: "3.10"
|
||||
cache: pip
|
||||
|
||||
{%- 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