File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
- pdm.dev.lock
13
13
- pdm.lock
14
14
prefix : venv-${PYTHON_VERSION}
15
- coverage : /TOTAL.*? (100(?:\.0+)?\%\ |[1-9]?\d(?:\.\d+)?\%)$/
15
+ coverage : /TOTAL.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/
16
16
image : ${CI_REGISTRY_IMAGE}/dev:py${PYTHON_VERSION}
17
17
interruptible : true
18
18
parallel :
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ codespell:
96
96
# Check jsonschema with check-jsonschema.
97
97
check-jsonschema :
98
98
check-jsonschema --builtin-schema vendor.github-workflows .github/workflows/* .yml
99
- check-jsonschema --builtin-schema vendor.gitlab-ci --data-transform gitlab-ci .gitlab-ci.yml .gitlab/workflows/* .yml
99
+ check-jsonschema --builtin-schema vendor.gitlab-ci --data-transform gitlab-ci --regex-variant nonunicode .gitlab-ci.yml .gitlab/workflows/* .yml
100
100
check-jsonschema --builtin-schema vendor.readthedocs .readthedocs.yaml
101
101
check-jsonschema --builtin-schema vendor.renovate .renovaterc.json
102
102
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ check-jsonschema:
103
103
check-jsonschema --builtin-schema vendor.github-workflows .github/workflows/*.yml
104
104
[% endif %]
105
105
[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' or project_name == "Serious Scaffold Python" %]
106
- check-jsonschema --builtin-schema vendor.gitlab-ci --data-transform gitlab-ci .gitlab-ci.yml .gitlab/workflows/*.yml
106
+ check-jsonschema --builtin-schema vendor.gitlab-ci --data-transform gitlab-ci --regex-variant nonunicode .gitlab-ci.yml .gitlab/workflows/*.yml
107
107
[% endif %]
108
108
check-jsonschema --builtin-schema vendor.readthedocs .readthedocs.yaml
109
109
check-jsonschema --builtin-schema vendor.renovate .renovaterc.json
Original file line number Diff line number Diff line change 13
13
- pdm.dev.lock
14
14
- pdm.lock
15
15
prefix: venv-${PYTHON_VERSION}
16
- coverage: /TOTAL.*? (100(?:\.0+)?\%\ |[1-9]?\d(?:\.\d+)?\%)$/
16
+ coverage: /TOTAL.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/
17
17
image: ${CI_REGISTRY_IMAGE}/dev:py${PYTHON_VERSION}
18
18
interruptible: true
19
19
parallel:
You can’t perform that action at this time.
0 commit comments