This is a template now.

This commit is contained in:
Robert de Bock 2023-02-27 09:28:11 +01:00
parent de7cef1a47
commit 7de5c24227
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +0,0 @@
---
github: robertdebock

View File

@ -120,8 +120,6 @@
dest: .gitignore
- source: yamllint
dest: .yamllint
- source: FUNDING.yml
dest: .github/FUNDING.yml
- source: pre-commit-config.yaml
dest: .pre-commit-config.yaml
loop_control:
@ -156,6 +154,8 @@
- source: requirements.txt
- source: requirements2png.yml
dest: .github/workflows/requirements2png.yml
- source: FUNDING.yml
dest: .github/FUNDING.yml
loop_control:
label: "{{ item.source }}"

2
templates/FUNDING.yml.j2 Normal file
View File

@ -0,0 +1,2 @@
---
github: {{ github_namespace}}