Skip to content

Merge branch 'main' of github.com:ALittleMoron/sqlalchemy-repo #8

Merge branch 'main' of github.com:ALittleMoron/sqlalchemy-repo

Merge branch 'main' of github.com:ALittleMoron/sqlalchemy-repo #8

Workflow file for this run

name: Tests And Linting
on:
pull_request:
push:
jobs:
test:
name: "Test (${{ matrix.python-version }}"
strategy:
fail-fast: true
matrix:
python-version: ["3.11", "3.12"]
uses: ./.github/workflows/test.yaml
with:
coverage: true
python-version: ${{ matrix.python-version }}