Skip to content

Commit 3c9b1f2

Browse files
committed
feat: ensure the .github folder isn't created when not using github
1 parent 63ca7eb commit 3c9b1f2

File tree

12 files changed

+0
-14
lines changed

12 files changed

+0
-14
lines changed

{{cookiecutter.project_name}}/.readthedocs.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

{{cookiecutter.project_name}}/.github/dependabot.yml renamed to {{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'github' %}.github{% endif %}/dependabot.yml

File renamed without changes.

{{cookiecutter.project_name}}/.github/workflows/.python-version renamed to {{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'github' %}.github{% endif %}/workflows/.python-version

File renamed without changes.

{{cookiecutter.project_name}}/.github/workflows/build-docs.yml renamed to {{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'github' %}.github{% endif %}/workflows/build-docs.yml

File renamed without changes.

{{cookiecutter.project_name}}/.github/workflows/lint-python.yml renamed to {{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'github' %}.github{% endif %}/workflows/lint-python.yml

File renamed without changes.

{{cookiecutter.project_name}}/.github/workflows/prepare-release.yml renamed to {{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'github' %}.github{% endif %}/workflows/prepare-release.yml

File renamed without changes.

{{cookiecutter.project_name}}/.github/workflows/release-python.yml renamed to {{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'github' %}.github{% endif %}/workflows/release-python.yml

File renamed without changes.

{{cookiecutter.project_name}}/.github/workflows/security-python.yml renamed to {{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'github' %}.github{% endif %}/workflows/security-python.yml

File renamed without changes.

{{cookiecutter.project_name}}/.github/workflows/test-python.yml renamed to {{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'github' %}.github{% endif %}/workflows/test-python.yml

File renamed without changes.

{{cookiecutter.project_name}}/.github/workflows/typecheck-python.yml renamed to {{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'github' %}.github{% endif %}/workflows/typecheck-python.yml

File renamed without changes.

0 commit comments

Comments
 (0)