Skip to content

Disable pagination buttons on timeout #158

Disable pagination buttons on timeout

Disable pagination buttons on timeout #158

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --line-length=88 --verbose"
version: "~= 23.9"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
args: "--line-length=88 --ignore=E501"