Skip to content

Bump python-telegram-bot[job-queue] from 21.7 to 21.10 #96

Bump python-telegram-bot[job-queue] from 21.7 to 21.10

Bump python-telegram-bot[job-queue] from 21.7 to 21.10 #96

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Run tests
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check linting
run: make lint
- name: Run tests
run: make test