Skip to content

Add postgresql 16 to tests, drop postgresql 11 #854

Add postgresql 16 to tests, drop postgresql 11

Add postgresql 16 to tests, drop postgresql 11 #854

Workflow file for this run

name: Run linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/[email protected]
with:
mypy: true
ruff: true
black: true
rstcheck: true