Skip to content

Commit e99563b

Browse files
committed
Fix github action for ruff lint
1 parent 5711c91 commit e99563b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: astral-sh/ruff-action@v1
1212
with:
13-
args: check pydantic2ts
13+
src: ./pydantic2ts
1414
test:
1515
name: Run unit tests
1616
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)