Skip to content

Commit 43789ed

Browse files
update CI/CD apply formatting only src.
1 parent 179b1f4 commit 43789ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
run: uv python install 3.11
2828

2929
- name: Install dependencies
30-
run: uv sync --frozen
30+
run: uv sync --frozen --extra dev
3131

3232
- name: List packages
3333
run: uv pip list
3434

3535
- name: Code Formatting
36-
run: uv run black . --check --diff
36+
run: uv run black src/ --check --diff

0 commit comments

Comments
 (0)