Skip to content

Move DB commit calls to higher-level functions #108

Move DB commit calls to higher-level functions

Move DB commit calls to higher-level functions #108

Workflow file for this run

name: MyPy Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: pip install -r requirements.txt mypy
- name: Run MyPy
run: mypy discord_bot.py