Skip to content

Commit 5cfb1a5

Browse files
committed
Remove lint step from test.yml
1 parent ea6c56b commit 5cfb1a5

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

0 commit comments

Comments
 (0)