Skip to content

chore(telegrambot): add github action for ruff #4

chore(telegrambot): add github action for ruff

chore(telegrambot): add github action for ruff #4

name: Lint backend 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 backend mypy .