Skip to content

Commit be1fa05

Browse files
ci(github): remove redundant step in workflow lint.yml
1 parent d3484d9 commit be1fa05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@ jobs:
1717
- name: Install dependencies
1818
run: uv sync --extra lint
1919

20-
- name: Type check
21-
run: uv run mypy .
22-
2320
- name: Run pre-commit hooks
2421
run: uv run pre-commit run --all-files

0 commit comments

Comments
 (0)