Skip to content

feat: update readme to remove cfpb template, and add simple title and… #29

feat: update readme to remove cfpb template, and add simple title and…

feat: update readme to remove cfpb template, and add simple title and… #29

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