Skip to content

Commit

Permalink
mypy pylint_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 21, 2024
1 parent 6a8888f commit c32d690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/test-and-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ inputs:
description: The name of the Python package (or packages) to flake8
required: true
pylint_packages:
description: The name of the Python package (or packages) to pylint
description: The name of the Python package (or packages) to pylint and mypy
required: true

runs:
Expand Down Expand Up @@ -73,4 +73,4 @@ runs:

- name: Lint with mypy
shell: bash
run: mypy $ROOT_PKG
run: mypy ${{ inputs.pylint_packages }}

0 comments on commit c32d690

Please sign in to comment.