Skip to content

top k overlap metric #26

top k overlap metric

top k overlap metric #26

Workflow file for this run

# .github/workflows/type-lint.yml
name: Type-lint
on: push
jobs:
type-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup python 3.11
uses: actions/setup-python@v4
with:
cache: 'pip'
python-version: "3.11"
- name: Install tox
run: pip install tox
- name: Run flake8
run: tox run -e lint
- name: Run mypy
run: tox run -e type