StaticTypeCheck: require the user to specify the mypy commands

This commit is contained in:
umarcor
2021-11-29 23:40:10 +01:00
parent 72278fee1d
commit 462e51253c
3 changed files with 9 additions and 12 deletions

View File

@@ -40,7 +40,6 @@ jobs:
run: |
name = '${{ inputs.name }}'
params = {
'name': name,
'python_version': '${{ inputs.python_version }}',
'artifacts': {
'unittesting': f'{name}-TestReport',