Skip to content

deprecate APIs deprecated in MySQL 8 #382

deprecate APIs deprecated in MySQL 8

deprecate APIs deprecated in MySQL 8 #382

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/