Skip to content

sym_info: detect addresses on files with no symbols #287

sym_info: detect addresses on files with no symbols

sym_info: detect addresses on files with no symbols #287

Workflow file for this run

name: Check mypy
# Build on every branch push, tag push, and pull request change:
on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-latest
name: mypy
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install Dependencies
run: |
python3 -m pip install -r requirements.txt
python3 -m pip install -U maturin
python3 -m pip install -U mypy
- name: mypy
run: mypy --show-column-numbers --hide-error-context .