Documented StaticTypeCheck.

This commit is contained in:
Patrick Lehmann
2025-09-12 00:16:02 +02:00
parent d1d591efb8
commit 250ad53b7b
3 changed files with 127 additions and 58 deletions

View File

@@ -56,7 +56,8 @@ on:
type: string
html_artifact:
description: 'Name of the typing artifact (HTML report).'
required: true
required: false
default: ''
type: string
junit_artifact:
description: 'Name of the typing junit artifact (junit XML).'
@@ -65,7 +66,6 @@ on:
type: string
jobs:
StaticTypeCheck:
name: 👀 Check Static Typing using Python ${{ inputs.python_version }}
runs-on: "ubuntu-${{ inputs.ubuntu_image_version }}"