Skip to content

Commit 9d55bca

Browse files
committed
Fix typo
1 parent 7e3da25 commit 9d55bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing_fastapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
uv sync --frozen
352352
uv run maturin build
353353
- name: Pre-commit check
354-
working-directory: ${{ env.WRKING_DIR }}
354+
working-directory: ${{ env.WORKING_DIR }}
355355
run: |
356356
uv run pre-commit install
357357
git add .
@@ -432,7 +432,7 @@ jobs:
432432
python -m pip install -r requirements.txt -r requirements-dev.txt
433433
python -m maturin build
434434
- name: Pre-commit check
435-
working-directory: ${{ env.WRKING_DIR }}
435+
working-directory: ${{ env.WORKING_DIR }}
436436
run: |
437437
pre-commit install
438438
git add .

0 commit comments

Comments
 (0)