Skip to content

chore: fix an issue with removing reactions from uncached messages #33

chore: fix an issue with removing reactions from uncached messages

chore: fix an issue with removing reactions from uncached messages #33

Workflow file for this run

name: pyright
on: [pull_request, push]
jobs:
mypy:
if: github.event.pull_request.user.type != 'Bot' && !contains(github.event.pull_request.labels.*.name, 'skip-ci')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install pyright
- run: pip install -r requirements.txt
- run: pyright voltage