Skip to content

Removed the table_exists condition from updating financial institutio… #129

Removed the table_exists condition from updating financial institutio…

Removed the table_exists condition from updating financial institutio… #129

Workflow file for this run

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