diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index 0d7fb02..f017d07 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -24,7 +24,7 @@ jobs: args: 'format --check' mypy-python: - name: Static-types check + name: Check Python static types runs-on: ubuntu-latest steps: - id: checkout