Skip to content

analysis: expose optimal targets to summary.json #2271

analysis: expose optimal targets to summary.json

analysis: expose optimal targets to summary.json #2271

Workflow file for this run

name: Mypy
on:
pull_request:
paths:
- 'src/**'
- 'frontends/python/**'
- 'oss_fuzz_integration/**'
- '.github/workflows/mypy.yml'
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
name: Mypy
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v2.4.0
- name: Set up Python 3.8
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v3.0.0
with:
python-version: 3.8
- name: Install Dependencies
run: |
pip install mypy types-PyYAML
- name: mypy
run: |
cd src && mypy --ignore-missing-imports -m main