Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Dec 4, 2023
1 parent b01daee commit f0dd6d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint

on:
push:
pull_request:

jobs:
mypy:
Expand All @@ -14,4 +14,4 @@ jobs:
- name: Install mypy
run: pip install mypy
- name: Check types
run: python -m mypy --install-types --config-file serve/pyproject.toml serve/mlc_serve
run: python -m mypy --install-types --ignore-missing-imports serve/mlc_serve

0 comments on commit f0dd6d3

Please sign in to comment.