Skip to content

Add pagination providers and components #378

Add pagination providers and components

Add pagination providers and components #378

Workflow file for this run

name: lint and test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use node 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn
- name: Run all lint tasks
run: yarn lint
- name: Test everything
run: yarn test --verbose