Skip to content

refactor(pagination): update api #269

refactor(pagination): update api

refactor(pagination): update api #269

Workflow file for this run

name: TS Check (next)
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node 馃
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install dependencies 馃摝
run: npm install && npm run bootstrap
- name: Check TS 馃
run: npm run test:ts:oruga-next