Skip to content

FIx scrolling bug in case total roms > roms to scrape #65

FIx scrolling bug in case total roms > roms to scrape

FIx scrolling bug in case total roms > roms to scrape #65

Workflow file for this run

name: Main branch pipeline
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
actions: read
contents: write
id-token: write
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
# jobs:
# lint:
# uses: ./.github/workflows/lint.yml
# secrets: inherit