Skip to content

chore(telegrambot): add github action for mypy #1

chore(telegrambot): add github action for mypy

chore(telegrambot): add github action for mypy #1

name: Lint telegram bot types
on: [push, pull_request]
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install Python
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: mypy
run: docker compose run telegrambot mypy .