Skip to content

Show next/previous buttons if there is more than one item (not 2) (#256) #170

Show next/previous buttons if there is more than one item (not 2) (#256)

Show next/previous buttons if there is more than one item (not 2) (#256) #170

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches:
- '**'
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- name: test
run: npm test