Skip to content

Commit c37f20b

Browse files
committed
Remove Lint step from test.yml
1 parent 94e545e commit c37f20b

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
@@ -70,8 +70,6 @@ jobs:
7070
limit-access-to-actor: true
7171
- name: Install Dependencies
7272
run: uv pip install -r requirements-tests.txt
73-
- name: Lint
74-
run: bash scripts/lint.sh
7573
- run: mkdir coverage
7674
- name: Test
7775
run: bash scripts/test.sh

0 commit comments

Comments
 (0)