Skip to content

fix: default page or items_per_page for when paginating using the get on list #350

fix: default page or items_per_page for when paginating using the get on list

fix: default page or items_per_page for when paginating using the get on list #350

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install Poetry
run: pip install poetry
- name: Install dependencies
run: poetry install --with dev
- name: Run Ruff
run: poetry run ruff check fastcrud