Skip to content

Commit 2eaef1b

Browse files
Copilotthawn
andcommitted
Add pre-commit hooks activation to copilot-setup-steps.yml
Co-authored-by: thawn <1308449+thawn@users.noreply.github.com>
1 parent 43975c1 commit 2eaef1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@ jobs:
9191
9292
- name: Install Python dependencies
9393
run: |
94-
uv pip install --system -e ".[test]"
94+
uv pip install --system -e ".[dev,test]"
95+
96+
- name: Install pre-commit hooks
97+
run: |
98+
pre-commit install
9599
96100
- name: Prepare test fixtures
97101
run: |

0 commit comments

Comments
 (0)