Skip to content

Commit 8829711

Browse files
committed
chore: remove checks now covered by centralized validate workflow
1 parent bd3653c commit 8829711

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,13 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
lint:
14-
name: Lint
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18-
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
19-
with:
20-
enable-cache: true
21-
- name: Install dependencies
22-
run: uv sync --extra dev
23-
- name: Lint
24-
run: uv run ruff check .
25-
- name: Format check
26-
run: uv run ruff format --check .
27-
2813
test:
2914
name: Test (Python ${{ matrix.python-version }})
3015
runs-on: ubuntu-latest
3116
strategy:
3217
fail-fast: false
3318
matrix:
3419
python-version: ["3.12", "3.13"]
35-
3620
steps:
3721
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3822
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0

0 commit comments

Comments
 (0)