Skip to content

Merge pull request #5 from czbiohub-sf/use-abs-counts #108

Merge pull request #5 from czbiohub-sf/use-abs-counts

Merge pull request #5 from czbiohub-sf/use-abs-counts #108

Workflow file for this run

name: type-checking
on: [push,pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install checking requirements
run: |
pip install --upgrade pip
pip install mypy
- name: mypy
run: mypy --ignore-missing-imports stats_utils