Skip to content

removed inst_conn and inst_db_schema from KeycloakSettings #5

removed inst_conn and inst_db_schema from KeycloakSettings

removed inst_conn and inst_db_schema from KeycloakSettings #5

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