We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24255ab commit f4bef63Copy full SHA for f4bef63
1 file changed
.github/workflows/lint.yml
@@ -38,5 +38,8 @@ jobs:
38
version: "0.5.4"
39
enable-cache: true
40
41
+ - name: Install dependencies
42
+ run: uv sync
43
+
44
- name: Run lint
45
run: ./scripts/check.sh
0 commit comments