Skip to content

Commit 7f39339

Browse files
committed
fix ci lint workflow
1 parent 6b5bcc6 commit 7f39339

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,16 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@v6
2424

25+
- name: Install uv
26+
uses: astral-sh/setup-uv@v7
27+
28+
- name: Set up Python ${{ matrix.python-version }}
29+
uses: actions/setup-python@v6
30+
with:
31+
python-version: ${{ matrix.python-version }}
32+
33+
- name: Install project dependencies
34+
run: uv sync --all-groups --python ${{ matrix.python-version }}
35+
2536
- name: Run hooks
2637
uses: j178/prek-action@v1

0 commit comments

Comments
 (0)