Skip to content

Merge branch 'add-typer-cli' of https://github.com/cfpb/regtech-data-… #128

Merge branch 'add-typer-cli' of https://github.com/cfpb/regtech-data-…

Merge branch 'add-typer-cli' of https://github.com/cfpb/regtech-data-… #128

Workflow file for this run

name: Linters
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1