Skip to content

Bump discord-py from 1.7.3 to 2.3.1 #60

Bump discord-py from 1.7.3 to 2.3.1

Bump discord-py from 1.7.3 to 2.3.1 #60

Workflow file for this run

on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: |
python -m pip install poetry
poetry install
poetry run flake8
# poetry run pytest