Skip to content

fix: select - incorrect number of pages when filtering #59

fix: select - incorrect number of pages when filtering

fix: select - incorrect number of pages when filtering #59

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo clippy -- -D warnings
- run: cargo fmt -- --check