Skip to content

fix(mathjax) write custom processor extension #6

fix(mathjax) write custom processor extension

fix(mathjax) write custom processor extension #6

Workflow file for this run

name: Mypy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Mypy
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install Dependencies
run: |
pip install -r requirements.txt
- name: mypy
run: |
mypy