Skip to content

chore: improve post write hooks in alembic.ini #36

chore: improve post write hooks in alembic.ini

chore: improve post write hooks in alembic.ini #36

Workflow file for this run

name: Python
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: 3.12
cache: true
- name: Install dependencies
run: pdm install
- name: Lint
run: pdm check