Skip to content

Commit

Permalink
Fix: Don't require packages input for mypy action
Browse files Browse the repository at this point in the history
packages input argument is deprecated and therefore not required anymore.
  • Loading branch information
bjoernricks committed May 17, 2023
1 parent af25719 commit b96e2f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mypy-python/action.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: "Python Mypy Action"
author: "Tom Ricciuti <tom.ricciuti@greenbone.net>"
author: "Björn Ricks <bjoern.ricks@greenbone.net>"
description: "An action that verifies python type hints by using mypy"

inputs:
packages:
description: "Python packages to check with mypy"
deprecationMessage: "packages input is deprecated. Please use `mypy-arguments` input instead."
required: true
version:
description: "Python version that should be installed. Deprecated: Use `python-version` input instead."
deprecationMessage: "version input is deprecated. Please use `python-version` input instead."
Expand Down

0 comments on commit b96e2f8

Please sign in to comment.