Skip to content

fix: add missing imports and remove unused imports (#103) #472

fix: add missing imports and remove unused imports (#103)

fix: add missing imports and remove unused imports (#103) #472

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