Skip to content

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

chore: fix an issue with removing reactions from uncached messages

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

Workflow file for this run

name: bandit
on: [pull_request, push]
jobs:
bandit:
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 bandit
- run: bandit --recursive ./voltage