Skip to content

GITHUB: upgrade mypy action to 22.04 #427

GITHUB: upgrade mypy action to 22.04

GITHUB: upgrade mypy action to 22.04 #427

Workflow file for this run

name: CI_mypy
on: [pull_request, push]
jobs:
run_mypy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: Install mypy
run: sudo apt-get install -y mypy python3-mypy
- name: Create default local config
run: cp chb/util/ConfigLocal.template chb/util/ConfigLocal.py
- name: Run mypy
run: |
PYTHONPATH=$PWD mypy chb