Skip to content

Paginate document logs table to improve page performance #543

Paginate document logs table to improve page performance

Paginate document logs table to improve page performance #543

Workflow file for this run

name: Test Builds
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x] # Specify node versions you want to test against
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2 # Checkout HEAD^
- name: Build packages
run: docker compose --profile building build