Skip to content

Removed Identity client and related tools from database mcp server, and added the same to the identity server #260

Removed Identity client and related tools from database mcp server, and added the same to the identity server

Removed Identity client and related tools from database mcp server, and added the same to the identity server #260

Workflow file for this run

name: Lint
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.13
uses: actions/setup-python@v3
with:
python-version: 3.13
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-dev.txt
- name: Test with tox
run: |
tox run -e lint