Skip to content

Commit 1b57e03

Browse files
sverhoevensjvrijn
andauthored
No args are needed for type linter in ci
Co-authored-by: Sander van Rijn <s.vanrijn@esciencecenter.nl>
1 parent 602ab8f commit 1b57e03

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

template/{% if HasWorkflows %}.github{% endif %}/workflows/{% if AddGitHubActionBuild %}build.yml{% endif %}.jinja

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,5 @@ jobs:
8181
python -m pip install .[dev]
8282
- name: Run {{ SelectTypeChecker }}
8383
run: |
84-
{% if SelectTypeChecker == 'pyright' %}
85-
pyright
86-
{% endif -%}
87-
{% if SelectTypeChecker == 'mypy' %}
88-
mypy
89-
{% endif -%}
84+
{{ SelectTypeChecker }}
9085
{%- endif %}

0 commit comments

Comments
 (0)