Skip to content

fix: fixed cli report command, adding --limit, and cleaned up query c… #188

fix: fixed cli report command, adding --limit, and cleaned up query c…

fix: fixed cli report command, adding --limit, and cleaned up query c… #188

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable