Skip to content

Add result_set for pagination to token holders API #71

Add result_set for pagination to token holders API

Add result_set for pagination to token holders API #71

Workflow file for this run

name: Unit Test
on: [pull_request]
jobs:
lint-black:
name: 'Lint check (black)'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
unit-test-postgres:
name: 'Unit tests (PostgreSQL)'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run unit test using postgres
run: docker-compose run ibet-prime-postgres