We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5711c91 commit e99563bCopy full SHA for e99563b
.github/workflows/cicd.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
- uses: astral-sh/ruff-action@v1
12
with:
13
- args: check pydantic2ts
+ src: ./pydantic2ts
14
test:
15
name: Run unit tests
16
runs-on: ${{ matrix.os }}
0 commit comments