Skip to content

Upgrade MySQL from 5.7 to 8.0 (step 1 of LTS migration) #91

Upgrade MySQL from 5.7 to 8.0 (step 1 of LTS migration)

Upgrade MySQL from 5.7 to 8.0 (step 1 of LTS migration) #91

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: pre-commit/action@v3.0.1