Skip to content

Support building against Percona Server builds of MySQL client library libperconaserverclient #396

Support building against Percona Server builds of MySQL client library libperconaserverclient

Support building against Percona Server builds of MySQL client library libperconaserverclient #396

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install ruff
- run: ruff check src/
- run: ruff format src/