Skip to content

Commit 72bdd1a

Browse files
committed
Remove Lint step from test.yml
1 parent bde96df commit 72bdd1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
limit-access-to-actor: true
5454
- name: Install Dependencies
5555
run: uv sync --locked --all-extras --dev
56-
- name: Lint
57-
run: uv run --no-sync scripts/lint.sh
5856
- run: mkdir coverage
5957
- name: Test
6058
run: uv run --no-sync scripts/test.sh

0 commit comments

Comments
 (0)