Skip to content

Bump asyncpg from 0.29.0 to 0.30.0 (#200) #305

Bump asyncpg from 0.29.0 to 0.30.0 (#200)

Bump asyncpg from 0.29.0 to 0.30.0 (#200) #305

Workflow file for this run

name: checks
on: [push, pull_request]
jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install pre-commit
run: pip install pre-commit
- name: Run checks
run: pre-commit run --all