Skip to content

Fix type annotation and run mypy on CI #105

Fix type annotation and run mypy on CI

Fix type annotation and run mypy on CI #105

Workflow file for this run

name: Lint
on:
push:
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: info
ls & pwd

Check failure on line 11 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: Install mypy
run: pip install mypy
- name: Check types
run: python -m mypy --install-types --ignore-missing-imports serve/mlc_serve