Skip to content

Implemented router and pagination #3

Implemented router and pagination

Implemented router and pagination #3

Workflow file for this run

name: test-on-push
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: npm install
run: |
npm install --force
- name: npm run build
run: |
npm run build
- name: npm run test:unit
run: |
npm run test:unit