Skip to content

Commit f4bef63

Browse files
committed
lint: add step to install dependencies before running lint
1 parent 24255ab commit f4bef63

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@ jobs:
3838
version: "0.5.4"
3939
enable-cache: true
4040

41+
- name: Install dependencies
42+
run: uv sync
43+
4144
- name: Run lint
4245
run: ./scripts/check.sh

0 commit comments

Comments
 (0)