Skip to content

Commit 3627ab7

Browse files
n-thumanngreenbonebot
authored andcommitted
Add: package-manager and uv-version description to Readme
1 parent 85a5cab commit 3627ab7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lint-python/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
|--------------|-----------|-|
2727
| packages | Python packages to lint | Required |
2828
| python-version | Python version to use for running the action. | Optional (default is `3.10`) |
29+
| package-manager | Package manager to use for running the action (`poetry` or `uv`). | Optional (default is `poetry`) |
2930
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional (default `latest` poetry version) |
31+
| poetry-version | Use a specific uv version. By default the latest release is used. | Optional (default `latest` poetry version) |
3032
| cache | Cache dependencies by setting it to `"true"`. Leave unset or set to an other string then `"true"` to disable the cache. | Optional |
3133
| cache-dependency-path | Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. | Optional |
3234
| cache-poetry-installation | "Cache poetry and its dependencies. Default is `"true"`. Set to an other string then `"true"` to disable the cache." | Optional (default: `"true"`) |

lint-python/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
description: "Python version that should be installed"
1111
default: "3.10"
1212
package-manager:
13-
description: "Package manager to use. Default is 'poetry'."
13+
description: "Package manager to use, either 'poetry' or 'uv'. Default is 'poetry'."
1414
default: "poetry"
1515
poetry-version:
1616
description: "Use a specific poetry version. By default the latest release is used."

0 commit comments

Comments
 (0)