Skip to content

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

chore(telegrambot): add github action for ruff

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

name: Lint telegram bot style
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install Python
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: install ruff
run: pip install ruff
- name: ruff
run: python -m ruff check ./telegrambot