We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c1c0f commit b9598a3Copy full SHA for b9598a3
1 file changed
.github/workflows/lint.yml
@@ -29,5 +29,8 @@ jobs:
29
- name: Run ruff format
30
run: uvx ruff format --check --diff
31
32
+ - name: Install dependencies
33
+ run: uv sync
34
+
35
- name: Run type check
- run: uvx ty check src
36
+ run: uvx ty check --python .venv src
0 commit comments