Skip to content

build(deps): bump sqlalchemy from 2.0.30 to 2.0.36 #22

build(deps): bump sqlalchemy from 2.0.30 to 2.0.36

build(deps): bump sqlalchemy from 2.0.30 to 2.0.36 #22

Workflow file for this run

name: Ruff
on:
pull_request:
push:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install Python
uses: actions/setup-python@v5
with:
cache: poetry
- run: poetry install --with dev
- run: poetry run -- ruff check --output-format=github .