Skip to content

Commit 5ac128d

Browse files
committed
chore: change the default dir to '.'
1 parent 4b073be commit 5ac128d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Test Poetry-based projects using ruff, mypy, and pytest.
1616
|-------|-------------|----------|---------|
1717
| `python-version` | Python version to use | No | `3.14` |
1818
| `poetry-version` | Poetry version to install | No | `2.2.1` |
19-
| `src-dirs` | Source directories for linting (space-separated) | No | `src tests` |
19+
| `src-dirs` | Source directories for linting (space-separated) | No | `.` |
2020

2121
## Usage
2222

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
src-dirs:
1414
description: Source directories for linting (space-separated)
1515
required: false
16-
default: "src tests"
16+
default: "."
1717

1818
runs:
1919
using: composite

0 commit comments

Comments
 (0)