Skip to content

docs: update changelog #1

docs: update changelog

docs: update changelog #1

Workflow file for this run

name: mypy
on: [push, pull_request]
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.14"
cache: "pip"
- name: Install dependencies
run: |
pip install requirements.d/full.txt
pip install requirements.d/mypy.txt
- name: Run mypy
run: mypy