Skip to content

Support parsing JSON output from mypy #116

Support parsing JSON output from mypy

Support parsing JSON output from mypy #116

Workflow file for this run

name: Run unit tests
on:
push:
branches: ['main', 'develop']
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Unittest
run: 'python -m unittest'