Skip to content

Add article list pagination (#592) #1297

Add article list pagination (#592)

Add article list pagination (#592) #1297

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Java
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: "21"
- name: Set up Ruby
uses: ruby/[email protected]
with:
bundler-cache: true
- name: Run tests
run: make test