Skip to content

feat: add bandit as defined-formats #149

feat: add bandit as defined-formats

feat: add bandit as defined-formats #149

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.github_token }}