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,12 +40,12 @@ jobs:
needs:
- Params
with:
mypy_args: -m ${{ fromJson(needs.Params.outputs.params).name }}
commands: mypy --html-report htmlmypy -p ToolName
artifact: ${{ fromJson(needs.Params.outputs.params).artifacts.typing }}
# Optional
python_version: ${{ fromJson(needs.Params.outputs.params).python_version }}
requirements: '-r tests/requirements.txt'
html_report: 'htmlmypy'
report: 'htmlmypy'
Release:
uses: pyTooling/Actions/.github/workflows/Release.yml@dev