1 parent 89df89b commit 666f178Copy full SHA for 666f178
1 file changed
.github/workflows/lint.yaml
@@ -8,6 +8,7 @@ jobs:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-python@v5
10
with: { python-version: "3.14" }
11
+ - uses: astral-sh/setup-uv@v5
12
- run: uv sync
13
- run: uv run ruff check .
14
- run: uv run ruff format --check .
0 commit comments